Hi friends,
I'm new at drupal.
I installed Nice Menus Module. When I add to sidebar block at Blocks Settings Page, it works fine. but when I add it to Navigation block, it doesnt work :( it just display the parent links, not the child ones.
my page.tpl.php
<?php if (!empty($primary_links)): ?>
<div id="nav" class="clear-block">
<?php print theme('links', $primary_links, array('class' => 'links primary-links')); ?>
</div>
<?php endif; ?>
Should I add anything to the code above to turn to Nice Menu style?
Appreciate helps!!! Thanks a lot!
SORTED!