Closed (fixed)
Project:
Magazeen
Version:
6.x-1.6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Apr 2009 at 19:12 UTC
Updated:
26 Aug 2010 at 16:54 UTC
When I change the "Source for the primary links" setting at /admin/build/menu/settings the old menu still displaying.
Fixing this bug is important for internationalization of primary/secondary links: Issue #313302
This bug can be fixed by changing one line in page.tpl.php [54]:
From:<?php print menu_tree($menu_name = 'primary-links'); ?>
To:<?php print menu_tree($menu_name = variable_get('menu_primary_links_source', 'primary-links')); ?>
Comments
Comment #1
sheena_d commentedHi,
Maintenance of this theme has changed hands and we are no longer supporting this version of the theme. You may want to try upgrading to see if that fixes your problems. Sorry for any inconvenience.
Thanks,
Sheena