Code: Select all
// row based navigation
$template_default["nav_row"]["before"] = '<div class="menu">';
$template_default["nav_row"]["after"] = '</div>';
$template_default["nav_row"]["between"] = "\n"; //is gewoon een newline (de code wat leesbaar houden)
$template_default["nav_row"]["link_before"] = '<div class="miexpanded">';
$template_default["nav_row"]["link_after"] = '</div>';
$template_default["nav_row"]["link_before_active"] = '<div class="miselected">';
$template_default["nav_row"]["link_after_active"] = '</div>';
It does not want to show submenu items as they appear in the site structure. I have created one just to test but it does not show up anywhere. Is there a way to fix this?
site under construction at: http://www.vub.ac.be/SROM/index.php
cheers,
K.