Diff of /mambo/branches/4.6/administrator/components/com_menus/components/components.menu.html.php
Parent Directory
|
Revision Log
|
Patch
| revision 165, Mon Jan 23 04:35:36 2006 UTC | revision 297, Thu Feb 16 21:43:38 2006 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | <?php | <?php |
| 2 | /** | /** |
| 3 | * @version $Id: components.menu.html.php,v 1.1 2005/07/22 01:52:50 eddieajau Exp $ | * @package Mambo Open Source |
| * @package Mambo | ||
| 4 | * @subpackage Menus | * @subpackage Menus |
| 5 | * @copyright (C) 2000 - 2005 Miro International Pty Ltd | * @copyright (C) 2005 - 2006 Mambo Foundation Inc. |
| 6 | * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL | * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL |
| 7 | * | |
| 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 | * Mambo is Free Software | * Mambo is Free Software |
| 11 | */ | */ |
| 12 | /** ensure this file is being included by a parent file */ | /** ensure this file is being included by a parent file */ |
| 13 | 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.' ); |
| 14 | ||
| # | Line 16 | Line 17 |
| 17 | * | * |
| 18 | * A new record is defined when <var>$row</var> is passed with the <var>id</var> | * A new record is defined when <var>$row</var> is passed with the <var>id</var> |
| 19 | * property set to 0. | * property set to 0. |
| * @package Mambo | ||
| * @subpackage Menus | ||
| 20 | */ | */ |
| 21 | class components_menu_html { | class components_menu_html { |
| 22 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

