View of /mambo/branches/4.6/administrator/components/com_admin/toolbar.admin.php
Parent Directory
|
Revision Log
Revision 1037 -
(download)
(annotate)
Fri Apr 13 06:01:44 2007 UTC (6 years, 1 month ago) by elpie
File size: 987 byte(s)
Fri Apr 13 06:01:44 2007 UTC (6 years, 1 month ago) by elpie
File size: 987 byte(s)
# Fixed header blocks that were overwritten in svn
<?php /** * @package Mambo * @author Mambo Foundation Inc see README.php * @copyright Mambo Foundation Inc. * See COPYRIGHT.php for copyright notices and details. * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see * LICENSE.php * Mambo is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; version 2 of the * License. */ /** ensure this file is being included by a parent file */ defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); require_once( $mainframe->getPath( 'toolbar_html' ) ); switch ($task){ case 'sysinfo': TOOLBAR_admin::_SYSINFO(); break; case 'listcomponents': case 'sysinfo': case 'versioninfo': case 'help': case 'preview': case 'preview2': TOOLBAR_admin::_DEFAULT(); break; case 'cpanel': default: TOOLBAR_admin::_CPANEL(); break; } ?>
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

