By webdev2 on
I have some pong pages and don't want me users to have to go to the top of the page every time to get to the menu.
Is there a way to have an additional menu at the bottom of every page as well as the regular menu?
Many thanks!
Comments
Sure
In your page.tpl.php file just add another
print $primary_linksto display your primary links a second time.If you want to theme them differently try something like:
--
Matt
www.mattfarina.com
www.innovatingtomorrow.net
www.geeksandgod.com
www.superaveragepodcast.com
mfer - you rock - thanks!!
mfer - you rock - thanks!!
What if it's not the primary
What if it's not the primary links, but some other Drupal menu?
Different in Drupal 6 ?
This didn't work for me in Drupal 6.19 with the Zen theme. Instead, I had to use the following:
print theme('links', $primary_links);