Hi, I'm using custom style and need to be showing the enable stats link, if I use
instead don't get it working and Have tried the code below, but same result, not working, where do I get wrong?
PHP Code:
<if condition="$show['cybts_enablelink']"><tr><td class="vbmenu_option"><a href="misc.php?do=enablestats$session[sessionurl_q]">$vbphrase[cyb_topstats_disabled_note]</a></td></tr></if>
I've tried too this
PHP Code:
<tr><td class="thead">$vbphrase[cyb_afs_turnon_stats]</td></tr>
<if condition="$show['cybts_enablelink']"><tr><td class="vbmenu_option"><a href="misc.php?do=enablestats$session[sessionurl_q]" rel="nofollow">$vbphrase[cyb_topstats_disabled_note]</a></td></tr></if>
My style have
quick links in the navbar template