css menu from aramis

hi there,

the css menu does not work with my version of dolphin 6.12

my error is:

Warning: Please rebuild the menu from Admin Panel -> Builders -> Navigation Menu Builder Fatal error: Call to undefined function: pagestaticcomponents() in /var/www/vhosts/httpdocs/inc/design.inc.php on line 405

i recognized, that in the design.inc.php is no: // top menu items $_page_cont[0]['top_menu'] = $oTemplMenu -> getTopMenu(); $_page_cont[0]['hidden_menu'] = getAllMenus(); $_page_cont[0]['custom_menu'] = $oTemplMenu -> getCustomMenu();

could it be, that this is in another file ? best regards

Quote · 7 Aug 2008

hi sammie

thanx for reply

i have dolphin 6.12 (new one) and the mod was for 6.004. i allready had contacted him 2 weeks ago or so, but didn't get an answer. thats why i was asking here :-)

i have the "normal" inc/design file, just wantet to modify this:

find code (~508 line)

// top menu items
$_page_cont[0]['top_menu']     = $oTemplMenu -> getTopMenu();
$_page_cont[0]['hidden_menu']  = getAllMenus();
$_page_cont[0]['custom_menu']  = $oTemplMenu -> getCustomMenu();

and replace this to following code

// top menu items
if ($tmpl=='uni') {
$_page_cont[0]['top_menu']     = $oTemplMenu -> getTopMenu();
$_page_cont[0]['hidden_menu']  = getAllMenus(true);
$_page_cont[0]['custom_menu'] = '';
} else {
$_page_cont[0]['top_menu']     = $oTemplMenu -> getTopMenu();
$_page_cont[0]['hidden_menu']  = getAllMenus();
$_page_cont[0]['custom_menu']  = $oTemplMenu -> getCustomMenu();
}

Quote · 8 Aug 2008
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.