For me, the theme ignores the settings on the theme configuration page (under "Toggle display"), in particular the "Primary links" and "Secondary links": even when I disable them, they are still being displayed.
For me, the theme ignores the settings on the theme configuration page (under "Toggle display"), in particular the "Primary links" and "Secondary links": even when I disable them, they are still being displayed.
Comments
Comment #1
Anonymous (not verified) commentedIt looks like this is caused by some development code that never got removed from the
nitobe_preprocess_pagefunction in template.phpIf you remove or comment out these two lines (393 and 394), the theme will correctly honor your settings:
I have committed these changes to CVS as version 1.17 of template.php, and they will appear in the next development snapshot and official release.
Thanks!
Comment #2
rene_w commentedThanks for the quick response -- commenting out the two lines did indeed fix the problem!