I understand you want menu with the same content in header and footer? It's more complicated... Use $sMenu1 and $sMenu2 in container.tpl - 1 to header, 2 - to footer In themes/default.php change: $sMenu2 = $oPage->throwMenu( 'menu_2.tpl', 2, $iContent, 0 ); to $sMenu2 = $oPage->throwMenu( 'menu_2.tpl', 1, $iContent, 0 );
Now you can add another styles to both of menu, but content will be the same.