As designed Two instances of "Your News Feed" in template navigation_visitor_tab

imthebest

Well-known member
The working one:

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
 
There is no commented one in the original template, so you have added the comments yourself.

As for the two instances, this is as designed. One appears here in the visitor tab:

upload_2015-7-13_10-39-6.webp

And one appears when the account tab is selected:

upload_2015-7-13_10-39-39.webp
 
Top Bottom