Everything is fine for me, however the two administrative lines:
Code:
<vb:if condition="$show['admincplink']"><li><a href="{vb:raw admincpdir}/index.php{vb:raw session.sessionurl_q}" class="th-underline">Admin cPanel</a></li></vb:if>
<vb:if condition="$show['modcplink']"><li><a href="{vb:raw modcpdir}/index.php{vb:raw session.sessionurl_q}" class="th-underline">Mod cPanel</a></li></vb:if>
...Are not working for me. The {vb:raw admincpdir} variable (and the mod one) is not picking up for some reason and as a result, these lines links directly to site.com/index.php. The path is fine and these links are identical to what is being used in the footer to do the same thing, the only difference is that they work in the footer.
Can anyone duplicate this issue?