View of /mambo/trunk/administrator/components/com_menus/content_blog_category/content_blog_category.menu.php
Parent Directory
|
Revision Log
Revision 1 -
(download)
(annotate)
Tue Dec 13 03:45:47 2005 UTC (7 years, 5 months ago) by root
File size: 816 byte(s)
Tue Dec 13 03:45:47 2005 UTC (7 years, 5 months ago) by root
File size: 816 byte(s)
Initial repository layout
<?php /** * @version $Id: content_blog_category.menu.php,v 1.1 2005/07/22 01:52:51 eddieajau Exp $ * @package Mambo * @subpackage Menus * @copyright (C) 2000 - 2005 Miro International Pty Ltd * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * 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 'content_blog_category': // this is the new item, ie, the same name as the menu `type` content_blog_category::edit( 0, $menutype, $option ); break; case 'edit': content_blog_category::edit( $cid[0], $menutype, $option ); break; case 'save': case 'apply': content_blog_category::saveMenu( $option, $task ); break; } ?>
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

