Closed (fixed)
Project:
Sky
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 Nov 2008 at 20:54 UTC
Updated:
27 Jan 2009 at 17:11 UTC
Currently the $secondary_menu variable returns an array, not html. This is because it wasn't rendered by any preprocess funcntions.
To make it work, look in template.php, sky_preprocess_page(), line 81. That's where $primary_menu is rendered. You can just copy those lines replacing 'primary' for 'secondary'.
Comments
Comment #1
jacineSorry for such a late response, but I think you are talking about secondary links, which have been removed from printing in the theme so I'm not sure this applies anymore.