Community

How to display menus with nice menu module without blocks?

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,
));
?>