Diff of /mambo/branches/4.6/administrator/components/com_menus/content_typed/content_typed.class.php
Parent Directory
|
Revision Log
|
Patch
| revision 165, Mon Jan 23 04:35:36 2006 UTC | revision 964, Tue Feb 6 06:05:27 2007 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | <?php | <?php |
| 2 | /** | /** |
| * @version $Id: content_typed.class.php,v 1.1 2005/07/22 01:53:06 eddieajau Exp $ | ||
| 3 | * @package Mambo | * @package Mambo |
| 4 | * @subpackage Menus | * @subpackage Menus |
| 5 | * @copyright (C) 2000 - 2005 Miro International Pty Ltd | * @copyright Refer to copyright.php |
| 6 | * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL | * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL |
| 7 | * Mambo is Free Software | * @author Mambo Foundation Inc see README.php |
| 8 | */ | */ |
| 9 | ||
| 10 | /** ensure this file is being included by a parent file */ | /** ensure this file is being included by a parent file */ |
| 11 | defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); | defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); |
| 12 | ||
| /** | ||
| * @package Mambo | ||
| * @subpackage Menus | ||
| */ | ||
| 13 | class content_typed_menu { | class content_typed_menu { |
| 14 | ||
| 15 | function edit( &$uid, $menutype, $option ) { | function edit( &$uid, $menutype, $option ) { |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

