View of /mambo/branches/4.6/administrator/components/com_menus/wrapper/wrapper.menu.php
Parent Directory
|
Revision Log
Revision 941 -
(download)
(annotate)
Thu Feb 1 05:54:14 2007 UTC (6 years, 3 months ago) by cauld
File size: 932 byte(s)
Thu Feb 1 05:54:14 2007 UTC (6 years, 3 months ago) by cauld
File size: 932 byte(s)
! 2007 copyright update
<?php /** * @package Mambo Open Source * @subpackage Menus * @copyright (C) 2005 - 2007 Mambo Foundation Inc. * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * * 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 * that Mambo remained free Open Source software owned and managed by the community. * Mambo is Free Software */ /** ensure this file is being included by a parent file */ defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); mosAdminMenus::menuItem( $type ); switch ( $task ) { case 'wrapper': // this is the new item, ie, the same name as the menu `type` wrapper_menu::edit( 0, $menutype, $option ); break; case 'edit': wrapper_menu::edit( $cid[0], $menutype, $option ); break; case 'save': case 'apply': wrapper_menu::saveMenu( $option, $task ); break; } ?>
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

