| [ Index ] |
|
Code source de b2evolution 2.1.0-beta |
[Code source] [Imprimer] [Statistiques]
This file implements the Admin UI class. Alternate admin skins should derive from this class. This file is part of the b2evolution/evocms project - {@link http://b2evolution.net/}. See also {@link http://sourceforge.net/projects/evocms/}.
| Author: | blueyed: Daniel HAHLER |
| Copyright: | (c)2003-2007 by Francois PLANQUE - {@link http://fplanque.net/}. |
| License: | http://b2evolution.net/about/license.html GNU General Public License (GPL) |
| Version: | $Id: _adminUI.class.php,v 1.4 2007/09/29 03:08:24 fplanque Exp $ |
| Poids: | 360 lignes (14 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
AdminUI:: (6 méthodes):
disp_html_head()
get_page_head()
get_body_top()
get_body_bottom()
get_footer_contents()
get_template()
| disp_html_head() X-Ref |
| Display doctype + <head>...</head> section |
| get_page_head() X-Ref |
| GLOBAL HEADER - APP TITLE, LOGOUT, ETC. return: string |
| get_body_top() X-Ref |
return: string |
| get_body_bottom() X-Ref |
| Get the end of the HTML <body>. Close open divs, etc... return: string |
| get_footer_contents() X-Ref |
| Get the footer text |
| get_template( $name, $depth = 0 ) X-Ref |
| Get a template by name and depth. Templates can handle multiple depth levels This is a method (and not a member array) to allow dynamic generation and T_() param: string Name of the template ('main', 'sub') param: integer Nesting level (start at 0) return: array Associative array which defines layout and optionally properties. |
| Généré le : Thu Nov 29 23:58:50 2007 | par Balluche grâce à PHPXref 0.7 |
|