Quote:
Originally Posted by BeerLuver
OK... I feel stupid asking this lol, but how do I change the navbar link to display YouTube instead of vBTube like you have it on yours here: http://crackmuzik-gfx-elite.de/vBTube.php ...I must be overlooking something in the code added to the navbar template or something.
|
in Navbar template find:
Code:
<td class="vbmenu_control"><a href="vBTube.php$session[sessionurl_q]">$vbphrase[vBTube_title]</a></td>
replace with:
Code:
<td class="vbmenu_control"><a href="vBTube.php$session[sessionurl_q]">YouTube</a></td>