<mt:IfWebsite>
A conditional tag that produces its contents when there is a website in context. This tag is useful for situations where a website may or may not be in context, such as the search template, when a search is conducted across all websites.
Example
<mt:IfWebsite>
<!-- do something -->
<mt:Else>
<!-- do something -->
</mt:IfWebsite>
This page was last updated on 2012-12-07, 18:45.