Quote:
Originally Posted by gullystation
When Im editing the navbar and I put this code in :
Code:
<!-- vbSupport start -->
<if condition="$vboptions['vbsupport_enabled']"><td class="vbmenu_control"><a href="vbsupport.php$session[sessionurl_q">$vbphrase[vbsupport_title]</a></td></if>
<!-- vbSupport end -->
then this comes up:
Can someone help me please?
|
I found this problem too. The code as from the readme file, is missing a closing ].
Code:
<a href="vbsupport.php$session[sessionurl_q">
should be
Code:
<a href="vbsupport.php$session[sessionurl_q]">
Hope this helps.