Page 1 of 1

Question to Navigationsleiste im Header

Posted: 27. June 2008 20:08
by stoker
Hello

First I would like to thank You for this great Portal You have provided :mrgreen:

I have a question for this topic which is in german and unfortunately I only understand a little german.
Danish is much better :D
Navigationsleiste im Header
viewtopic.php?p=2142#p2142

How do I make this active tab work with viewforum.php?f=1 and search.php?search_id=active_topics??

I have tried this:

Code: Select all

<li<!-- IF basename($_SERVER['SCRIPT_NAME']) == 'viewforum.php?f=2' --> class="activetab"<!-- ENDIF -->><a href="viewforum.php?f=2" title="Forumblabla 2"><span>Forum2</span></a></li>
and

Code: Select all

<li<!-- IF basename($_SERVER['SCRIPT_NAME']) == 'search.php?search_id=active_topics' --> class="activetab"<!-- ENDIF -->><a href="search.php?search_id=active_topics"<span>Active topics</span></a></li>
but that doesn't activate the tabs.

Can anybody please help?