Closed (fixed)
Project:
Zen
Version:
6.x-2.0
Component:
PHP Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Oct 2010 at 00:54 UTC
Updated:
25 Oct 2010 at 16:00 UTC
Jump to comment: Most recent file
I use the starterkit as a child of zen and can see in the page.tpl.php that primary links are called via theme(array('links__system_main_menu', 'links'),..., and if I create a function called mytheme_links__system_main_menu() in my subtheme's template.php, this hook is not register and won't work, so it falls back to zen_links().
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | links--system-main-menu.patch | 1.05 KB | johnalbin |
Comments
Comment #1
johnalbinOooh. I know exactly what causes this. theme_links doesn't have a pattern registered for it in the theme registry.
I've fixed this with the following patch in 6.x-2.x-dev.