Quote:
Originally Posted by basketmen
arghh i am still cant make it, already tried add the single quote, so like this
can anyone tried it please, or know the working this conditional
i already tried this too (from this thread), but looks like still not working too
<if condition="$_SERVER['REQUEST_URI'] == '/forum/somepage.html'">
|
Strange.. Try
PHP Code:
<if condition="$_SERVER['SCRIPT_URI'] == 'http://www.domain.com/forum/somepage.html'">
Or this
PHP Code:
<if condition="$vb->url == 'http://domain.com/forum/somepage.html'">
</if>