18 Aug 2011, 10:28 AM
Totally Zenned
- Join Date:
- Oct 2008
- Posts:
- 594
- Plugin Contributions:
- 0
Edit TOP_NAV
<?php
if **($current_page_base == 'products_new')** { $active = 'tab_active';
} else { $active = '';
}?>
<li class="<?php echo $active;?>"><a href="wholesale-program-ezp-2.html"><?php echo TOP_MENU_WHOLESALE;?></a></li>
WHERE i need change this line : ($current_page_base == 'products_new')