PDA

View Full Version : ading tabs to navbar


abufaiqa
04-01-2011, 01:05 PM
I am sure there is a lot of topic about this.

All I need is to add one more tab (after WHATS NEW), I dont need any sub link. Just extra tab which goes to a clickable link?. Please help

Lynne
04-01-2011, 02:57 PM
This is very basic:

hook location - process_template_complete
$template_hook['navtab_end'] .= '<li><a class="navtab" href="link.php">Example</a></li>' ;


If you need something more, please look in the articles forums and/or search the mods.