Drupal 6: Nice_menus module at navigation block.

Posted by artmania on Stack Overflow See other posts from Stack Overflow or by artmania
Published on 2010-05-31T07:39:21Z Indexed on 2010/05/31 7:42 UTC
Read the original article Hit count: 225

Filed under:
|
|
|

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!

© Stack Overflow or respective owner

Related posts about drupal

Related posts about drupal-6