Closed (fixed)
Project:
Alek 2.0
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 May 2008 at 18:52 UTC
Updated:
13 May 2009 at 17:50 UTC
Hello everybody,
this is a simple question, but i don't know how to solve this problem. How can i activate the primary links in alek 2.0 (6.x-1.x-dev)
I have activated the primary links in the global and theme options, but nothing seems to change.
Did i have to do something special, or install a special modul, or something else?
Thanks for help,
geextah
Comments
Comment #1
bradenp34 commentedI am having the same issue for the 6.x release.
Comment #2
nathanbrisk commentedHere is how to fix it:
On page.tpl.php of the theme, change line 24 from
print theme('menu_links', $primary_links)to
print theme('links', $primary_links, array('class' => 'links primary-links'))Comment #3
wmostrey commentedThe fix in #2 does it for me, thanks.
Comment #4
robloach#2 is still correct.......
Comment #5
Gurpartap Singh commented