| How to set header menu to Gallery > forum
What i wanted to set is to make the header menu when you click on Gallery then the menu buttom will change to forum. and when you are in forum the menu will change to Gallery
<td class="vbmenu_header">
<if condition="$session[sessionurl]=='forum'"><a href="http://www.yousite.com/gallery">Gallery<else /> <a href="http://www.yoursite.com/forum">Forum</if></a></td>
I've come up something like this but didn't work. Could anyone give me some tips?
|