Scandal
Guest
Member
Hello all! 
Well, I have the following template code:
HTML:
Code:
Read more
Continue reading...

Well, I have the following template code:
HTML:
Code:
Code:
<xf:if is="$xf.visitor.getWhitelistTags() && $xf.visitor.getIsTagWhitelistEnabled()">
<div style="margin-top: 10px;">
<span class="js-tagList">
<xf:foreach loop="$xf.visitor.getWhitelistTags()" value="$t">
<a...
Continue reading...