Closed (duplicate)
Project:
Alek 2.0
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Mar 2008 at 16:54 UTC
Updated:
29 Apr 2009 at 17:47 UTC
Primary links are missing with Drupal 6.1. If they work (older drupal version) they can't be deactivated.
Fix:
Replace this code in the page.tpl.php file:
<?php print theme('menu_links', $primary_links) ?>
With this one, it allows to deactivate the primary links too:
<?php if (isset($primary_links)) : ?>
<?php print theme('links', $primary_links) ?>
<?php endif; ?>
Comments
Comment #2
jbc commentedThis worked for me...but I'm still missing the slogan.
Comment #3
daniel sanchez commentedAlso worked for me on 6.2. Thank you.
Comment #4
dex002 commentedexcellent theme, and thanks for the fix
Comment #5
Gurpartap Singh commented#255885: Primary Links