| [ 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.20 2007/09/03 16:44:28 fplanque Exp $ |
| Poids: | 190 lignes (4 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
AdminUI:: (5 méthodes):
disp_html_head()
get_body_top()
get_body_bottom()
get_page_head()
get_template()
| disp_html_head() X-Ref |
| Display doctype + <head>...</head> section |
| get_body_top() X-Ref |
| Get the top of the HTML <body>. return: string |
| get_body_bottom() X-Ref |
| Close open div(s). return: string |
| get_page_head() X-Ref |
| GLOBAL HEADER - APP TITLE, LOGOUT, ETC. return: string |
| get_template( $name, $depth = 0 ) X-Ref |
| Get a template by name and depth. param: string The template name ('main', 'sub'). return: array |
| Généré le : Thu Nov 29 23:58:50 2007 | par Balluche grâce à PHPXref 0.7 |
|