Quote:
Originally Posted by DaPro
Nice idea, how would I go about doing that if you don't mind me asking because I have wondered about that for quite some time.
|
You'd need to create custom conditionals in your header template based on the page they're navigating.
Example: If you want it highlighted only on the forum homepage, it'd be something like:
PHP Code:
<if condition="THIS_SCRIPT == 'index'">whatever class info or attributes you want to bring in here</if>