Hi everyone i have discovered how to can add and edit pages in the top nav bar header. however i cannot set it up with EZ-Pages or Products.
an example of the code i use to set-up a button is
Which is fine for most pages, but not EZ-Pages the codeCode:<?php if ($current_page_base ==privacy '') { $active = 'tab_active'; } else { $active = ''; }?> <li id="<?php echo $active;?>"><a href="index.php?main_page=privacy"><?php echo TOP_MENU_PRIVACY;?></a></li>
will not work for EZ-pages or product anyone know the code the i should be using for those pages? thanks in advanceCode:if ($current_page_base
the site is http://www.testvip.myfreeola.com



im so close any advice would be great thanks

so iv'e decided to go that way with it, thanks for your input though

