2011-10-20, 16:52:25
drviolino Wrote:I've modified these two lines in template.php:
Code:<div id="templatemo_menu">
<ul>
<?php get_i18n_navigation(return_page_slug(),0,0,i18n_showmenu); ?>
</ul>
...
if in the line ... php get_i18n_navigation(return_page_slug(),0,0,i18n_showmenu) ... i replace the 0,0 with 0,1 or another value the menu become dephaced.
You definitely need to use get_i18n_navigation(return_page_slug(),0,1,I18N_SHOW_MENU) (case!), but you also need to define some styles for the pulldown menu in your CSS (the minimum of styles - which won't look nice, but probably works - is described here).