Annotation of /mambo/branches/4.6/administrator/components/com_admin/toolbar.admin.php
Parent Directory
|
Revision Log
Revision 941 - (view) (download)
| 1 : | root | 1 | <?php |
| 2 : | /** | ||
| 3 : | csouza | 297 | * @package Mambo Open Source |
| 4 : | root | 1 | * @subpackage Admin |
| 5 : | cauld | 941 | * @copyright (C) 2005 - 2007 Mambo Foundation Inc. |
| 6 : | root | 1 | * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL |
| 7 : | csouza | 297 | * |
| 8 : | * Mambo was originally developed by Miro (www.miro.com.au) in 2000. Miro assigned the copyright in Mambo to The Mambo Foundation in 2005 to ensure | ||
| 9 : | * that Mambo remained free Open Source software owned and managed by the community. | ||
| 10 : | root | 1 | * Mambo is Free Software |
| 11 : | csouza | 297 | */ |
| 12 : | root | 1 | |
| 13 : | /** ensure this file is being included by a parent file */ | ||
| 14 : | defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); | ||
| 15 : | |||
| 16 : | require_once( $mainframe->getPath( 'toolbar_html' ) ); | ||
| 17 : | |||
| 18 : | switch ($task){ | ||
| 19 : | case 'sysinfo': | ||
| 20 : | TOOLBAR_admin::_SYSINFO(); | ||
| 21 : | break; | ||
| 22 : | |||
| 23 : | default: | ||
| 24 : | if ($GLOBALS['task']) { | ||
| 25 : | TOOLBAR_admin::_DEFAULT(); | ||
| 26 : | } else { | ||
| 27 : | TOOLBAR_admin::_CPANEL(); | ||
| 28 : | } | ||
| 29 : | break; | ||
| 30 : | } | ||
| 31 : | ?> |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

