Quote:
Originally Posted by Kaishi
Question, how would I define a custom page as "THIS_SCRIPT = something"? Right now, with only one page I can just use "view" but when I add more pages and need to differentiate them, how would I be able to do that? Thanks.
|
Do you mean in template conditionals? You can use "pg==webtemplatename" syntax. Eg.
<vb:if condition="THIS_SCRIPT == view AND $pg == 'test'">
We are in test webtemplate
</vb:if>