Hello,
In my main menu (at the top), I would like to have only my first level links and no sublinks.
How can I realize that?
In the header I can find the following code
<?php
// Menu Controlled by the Backend
if(is_object($k_option['custom']['kriesi_menu'])) $k_option['custom']['kriesi_menu']->display('Menu Manager','show_main_description');
?>
which includes the topmenu.
But where can I change the "kriesi_menu" and remove the sublinks?














