PDA

View Full Version : Top_Nav and Arcade


PGAmerica
08-12-2009, 11:58 PM
I searched the forums and could not find an answer to this. I know I saw the answer before. Please help me out here.

I am using the top_nav mod in order to put a 2nd menu above my navbar. The problem is that when I go into the arcade, the top navbar disappears.

To get the menu to show, I put a "$nav2" at the top of my navbar template.

Ideas?

stangger5
08-13-2009, 09:30 AM
Open the arcade/functions/functions.php file and search for function do_output($output_array).
After // add additional needed variables, add global $nav2;

See if that helps ..

PGAmerica
08-13-2009, 02:24 PM
Thank you for this. I thought there was a template I could edit. The problem with editing a file is that if the arcade gets an update, I have to remember what to edit to apply this again.