Diff of /mambo/branches/4.6/administrator/components/com_menus/components/components.class.php
Parent Directory
|
Revision Log
|
Patch
| revision 194, Thu Jan 26 20:11:56 2006 UTC | revision 297, Thu Feb 16 21:43:38 2006 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | <?php | <?php |
| 2 | /** | /** |
| 3 | * @version $Id: components.class.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 | ||
| 13 | /** ensure this file is being included by a parent file */ | /** ensure this file is being included by a parent file */ |
| 14 | 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.' ); |
| 15 | ||
| /** | ||
| * @package Mambo | ||
| * @subpackage Menus | ||
| */ | ||
| 16 | class components_menu { | class components_menu { |
| 17 | /** | /** |
| 18 | * @param database A database connector object | * @param database A database connector object |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

