Class: AdminUI
Source Location: /blogs/skins_adm/evo/_adminUI.class.php
Class AdminUI
Class Overview
|
We'll use the default AdminUI templates etc. Located in /blogs/skins_adm/evo/_adminUI.class.php [line 42] AdminUI_general | --AdminUI |
[ Top ]
Inherited Properties, Constants, and Methods
| Inherited Properties | Inherited Methods | Inherited Constants |
|---|---|---|
|
Inherited From AdminUI_general |
Inherited From AdminUI_general
|
[ Top ]
Method Summary
| string | get_body_bottom() | Close open div(s). |
| string | get_body_top() | Get the top of the HTML <body>. |
| string | get_headlines() | Get HTML head lines, links (to CSS files especially). |
| string | get_page_head() | GLOBAL HEADER - APP TITLE, LOGOUT, ETC. |
[ Top ]
Properties
Methods
get_body_bottom [line 108]
|
Close open div(s).
Redefinition of:
- AdminUI_general::get_body_bottom()
- Get the end of the HTML <body>. Close open divs, etc...
[ Top ]
get_body_top [line 71]
|
Get the top of the HTML <body>.
API Tags:
| Uses: | AdminUI::get_page_head() |
Redefinition of:
- AdminUI_general::get_body_top()
- Get the top of the HTML <body>.
[ Top ]
get_headlines [line 50]
|
Get HTML head lines, links (to CSS files especially).
API Tags:
| Return: | Calls parent::get_headlines() |
Redefinition of:
- AdminUI_general::get_headlines()
- Get the headlines for HTML <head> (CSS files especially).
[ Top ]
get_page_head [line 126]
|
GLOBAL HEADER - APP TITLE, LOGOUT, ETC.
API Tags:
| Usedby: | AdminUI::get_body_top() |
Redefinition of:
- AdminUI_general::get_page_head()
- GLOBAL HEADER - APP TITLE, LOGOUT, ETC.
[ Top ]
