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

bradenp34’s picture

I am having the same issue for the 6.x release.

nathanbrisk’s picture

Here 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'))

wmostrey’s picture

Status: Active » Reviewed & tested by the community

The fix in #2 does it for me, thanks.

robloach’s picture

#2 is still correct.......

Gurpartap Singh’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.