Posted by jaiff on January 16, 2013 at 7:03pm
Hello,
I just want to know the php code which i just put into page.tpl.php and it show the menu without block?
I've tried this but it's not working in my theme
<?php
print theme('nice_menus_main_menu', array(
'direction' => 'down',
'depth' => -1,
));
?>