Diff of /mambo/branches/4.6/administrator/components/com_menus/admin.menus.php
Parent Directory
|
Revision Log
|
Patch
| revision 137, Mon Jan 16 10:25:52 2006 UTC | revision 138, Mon Jan 16 11:12:43 2006 UTC | |
|---|---|---|
| # | Line 532 | Line 532 |
| 532 | $modules = $database->loadObjectList(); | $modules = $database->loadObjectList(); |
| 533 | ||
| 534 | foreach ( $modules as $module) { | foreach ( $modules as $module) { |
| 535 | $params = mosParseParams( $module->params ); | $pparser = new mosParameters($module->params); |
| 536 | $params = $pparser->getParams(); | |
| 537 | // adds menutype to array | // adds menutype to array |
| 538 | $type = trim( @$params->menutype ); | $type = trim( @$params->menutype ); |
| 539 | $menu[] = mosHTML::makeOption( $type, $type ); | $menu[] = mosHTML::makeOption( $type, $type ); |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

