XenForo
Administrative
- Thread starter
- Admin
- #1
Is there any way to make something like this work within the html body of a page
<xf:if is="!$xf.visitor.user_id">
<li><a href="account">Manage Account</a></li>
<xf:else />
<li><a href="#">Create Account</a></li>
</xf:if>
ادامه مطلب...
<xf:if is="!$xf.visitor.user_id">
<li><a href="account">Manage Account</a></li>
<xf:else />
<li><a href="#">Create Account</a></li>
</xf:if>
ادامه مطلب...