Yes , its the same , i put everything basic like that on the test board so that i could test it was right .
So the home page is for example :
1-home
The default CMS name in the option is also 1-home
The code im using is :
Code:
<vb:if condition="$_GET['r'] == '1-home'">hello3</vb:if>
Its in the navbar template. I cant see why its not working . Ive cleared all cache and disabled content caching to see if it was a cache issue but its not .
So is that exact code working on your test board ?