| [ Index ] | PHP Cross Reference of Mambo 4.6.5 |
|
| [ Variables ] [ Functions ] [ Classes ] [ Constants ] [ Statistics ] | ||
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * @package Mambo 4 * @subpackage Admin 5 * @author Mambo Foundation Inc see README.php 6 * @copyright (C) 2000 - 2009 Mambo Foundation Inc. 7 * See COPYRIGHT.php for copyright notices and details. 8 * @license GNU/GPL Version 2, see LICENSE.php 9 * 10 * Redistributions of files must retain the above copyright notice. 11 * 12 * Mambo is free software; you can redistribute it and/or 13 * modify it under the terms of the GNU General Public License 14 * as published by the Free Software Foundation; version 2 of the License. 15 */ 16 17 class TOOLBAR_admin { 18 function _SYSINFO() { 19 mosMenuBar::startTable(); 20 mosMenuBar::help( 'system.info' ); 21 mosMenuBar::endTable(); 22 } 23 /** 24 * Draws the menu for a New category 25 */ 26 function _CPANEL() { 27 mosMenuBar::startTable(); 28 mosMenuBar::help( 'cpanel' ); 29 mosMenuBar::endTable(); 30 } 31 /** 32 * Draws the menu for a New category 33 */ 34 function _DEFAULT() { 35 mosMenuBar::startTable(); 36 //mosMenuBar::help( 'cpanel' ); 37 mosMenuBar::endTable(); 38 } 39 } 40 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Wed Feb 8 00:05:01 2012 | Cross-referenced by PHPXref 0.7 |
| Mambo API: Mambo is Free software released under the GNU/General Public License, Version 2 |