
04-14-2011, 07:55 AM
|
 |
|
|
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by karlm
is it possible to use a conditional to check whether you're viewing ONLY the very front page (CMS)?
e.g. I'd like to add a link in the footer of just the CMS's front page - but not on any other pages, not show if they're reading an article, not show if they're using forum or blogs, etc. etc. - just the front page and only the front page.
|
Try this....
HTML Code:
<vb:if condition="THIS_SCRIPT == 'vbcms'">Show this</vb:if>
|