Hello,
I would like non clickable only top level menu if I have a children.
I use in template:
Could you help me
I would like non clickable only top level menu if I have a children.
I use in template:
Code:
<?php if(function_exists(get_i18n_navigation)){ get_i18n_navigation($slug, $minlevel=0, $maxlevel=2, $show=I18N_SHOW_MENU, $component=null); } else { get_navigation(get_page_slug(FALSE)); }} ?>
Could you help me
