this is the code I use in the overall_header.html:
- Code: Select all
<!-- ELSEIF S_GALLERY_SEARCH_DFB -->
<!-- DEFINE $ACTIVETAB = 'gallery' -->
<!-- ELSEIF S_GALLERY_MCP_DFB -->
<!-- DEFINE $ACTIVETAB = 'gallery' -->
<!-- ELSEIF SCRIPT_NAME == 'blogs' -->
<!-- DEFINE $ACTIVETAB = 'blogs' -->
<!-- ELSEIF SCRIPT_NAME == 'portal' -->
<!-- DEFINE $ACTIVETAB = 'portal' -->
<!-- ELSE -->
<!-- DEFINE $ACTIVETAB = 'forum' -->
<!-- ENDIF -->
<ul>
<li<!-- IF $ACTIVETAB == 'portal' --> class="activetab"<!-- ENDIF -->><a href="{U_PORTAL}"><span>{L_PORTAL}</span></a></li>
<li<!-- IF $ACTIVETAB == 'forum' --> class="activetab"<!-- ENDIF -->><a href="{U_INDEX}"><span>{L_FORUM}</span></a></li>
<li<!-- IF $ACTIVETAB == 'blogs' --> class="activetab"<!-- ENDIF -->><a href="{U_BLOG}"><span>Blogs</span></a></li>
<li<!-- IF $ACTIVETAB == 'gallery' --> class="activetab"<!-- ENDIF -->><a href="{U_GALLERY_MOD}"><span>{L_GALLERY}</span></a></li>
thanks

