imthebest
Well-known member
The working one:
The commented one:
Thanks,
Super120
Code:
<xen:if is="{$xenOptions.enableNewsFeed}"><li><a href="{xen:link account/news-feed}">{xen:phrase your_news_feed}</a></li></xen:if>
The commented one:
Code:
<xen:comment><xen:if is="{$xenOptions.enableNewsFeed}"><li><a href="{xen:link account/news-feed}">{xen:phrase your_news_feed}</a></li></xen:if></xen:comment>
Thanks,
Super120