I noticed that the secondary menu in this theme was not picking up the primary menu's second level automatically. I changed the if ($secondary): to if (isset($secondary)): on line 52 of page.tpl.php and this fixed it.

CommentFileSizeAuthor
#1 page-tpl.patch425 bytesrport
page.tpl_.php_.txt3.61 KBsirkitree

Comments

rport’s picture

Assigned: Unassigned » rport
Status: Active » Needs review
StatusFileSize
new425 bytes

sirkitree,
I have attached a copy of the patch for your code. I hope this is ok..
rport

sirkitree’s picture

Yea that works. I didn't make a patch for it cuz it's only a one liner and I'm not really sure about etiquette on that sort of thing.

jjeff’s picture

I've changed all of the if ($something)s to if (!empty($something)). This should fix this issue and be a little more bulletproof than the current system. Please let me know if this problem persists.

jjeff’s picture

Status: Needs review » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)