anthonyparsons
Registered
Were any of Core's templates changed due to XF 1.2.1?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Were any of Core's templates changed due to XF 1.2.1?
Cheers Russ... only really concerned about any templates directly affected. Thanks for that... the nofollow is easy to do manually without reloading.
<xen:if is="@xenBase_fontAwesome">
<link rel="stylesheet" href="{$requestPaths.fullBasePath}@xenBase_fontAwesomeLink">
</xen:if>
<xen:if is="{$canBanUsers}">
<xen:if is="{$user.is_banned}">
<a href="{xen:adminlink banning/users/lift, $user}">{xen:phrase lift_ban}</a>
<xen:else />
<a href="{xen:adminlink banning/users/add, $user}" target="_blank">{xen:phrase ban}</a></xen:if>
</xen:if>