Annotation of /mambo/branches/4.6/administrator/components/com_menumanager/toolbar.menumanager.php
Parent Directory
|
Revision Log
Revision 297 - (view) (download)
| 1 : | root | 1 | <?php |
| 2 : | /** | ||
| 3 : | csouza | 297 | * @package Mambo Open Source |
| 4 : | root | 1 | * @subpackage Menus |
| 5 : | csouza | 297 | * @copyright (C) 2005 - 2006 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 : | //require_once( $mainframe->getPath( 'toolbar_default' ) ); | ||
| 18 : | |||
| 19 : | $act = mosGetParam( $_REQUEST, 'act', '' ); | ||
| 20 : | if ($act) { | ||
| 21 : | $task = $act; | ||
| 22 : | } | ||
| 23 : | |||
| 24 : | switch ($task) { | ||
| 25 : | case "new": | ||
| 26 : | case "edit": | ||
| 27 : | TOOLBAR_menumanager::_NEWMENU(); | ||
| 28 : | break; | ||
| 29 : | |||
| 30 : | case "copyconfirm": | ||
| 31 : | TOOLBAR_menumanager::_COPYMENU(); | ||
| 32 : | break; | ||
| 33 : | |||
| 34 : | case "deleteconfirm": | ||
| 35 : | TOOLBAR_menumanager::_DELETE(); | ||
| 36 : | break; | ||
| 37 : | |||
| 38 : | default: | ||
| 39 : | TOOLBAR_menumanager::_DEFAULT(); | ||
| 40 : | break; | ||
| 41 : | } | ||
| 42 : | ?> |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

