Diff of /mambo/branches/4.6/modules/mod_mainmenu.php
Parent Directory
|
Revision Log
|
Patch
| revision 237, Mon Feb 6 16:36:18 2006 UTC | revision 238, Tue Feb 7 18:03:58 2006 UTC | |
|---|---|---|
| # | Line 10 | Line 10 |
| 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 | ||
| 13 | $menuhandler = mosMenuHandler::getInstance(); | $menuhandler =& mosMenuHandler::getInstance(); |
| 14 | $params->def( 'menutype', 'mainmenu' ); | $params->def( 'menutype', 'mainmenu' ); |
| 15 | $params->def( 'class_sfx', '' ); | $params->def( 'class_sfx', '' ); |
| 16 | $params->def( 'menu_images', 0 ); | $params->def( 'menu_images', 0 ); |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

