how to keep my Arcade Game button to navbar ?

cluepatel

New Member
hello can any one help me how to keep Arcade game link to navbar ?

i have installed ibparcade so i wanna keep its button on Navbar along with other buttons..! please help me out
 
In the navbar-Template search for:

Code:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>

Below add:

Code:
<td class="vbmenu_control"><a href="arcade.php?$session[sessionurl_q]">Arcade</a></td>

click SAVE.
 
just sketch it out with the color you want over your monitor on arcade text.. lol hope that helps :p..

so you get who am I now?? just seeing you here... now!!!! just add color codes before "arcade" text.. and I believe you know HTML ;)
 
Back
Top