Where Did This Come From???

KevinLiles

Member
Does anybody know how this got on my site and how do I get it off.

zT5UJ.png


It showed up after upgrading my site to 1.1.2, I've check the footer and can't find where to remove it.
 
This is the code in the standard footer:

Code:
<ul id="legal">
<xen:hook name="footer_links_legal">
<xen:if is="{$tosUrl}"><li><a href="{$tosUrl}">{xen:phrase terms_and_rules}</a></li></xen:if>
<xen:if is="{$xenOptions.privacyPolicyUrl}"><li><a href="{$xenOptions.privacyPolicyUrl}">{xen:phrase privacy_policy}</a></li></xen:if>
</xen:hook>
</ul>

It is in the Footer template, and these are the "legal links".

If it isn't in there then it's possible it's added by an add-on which hooks into the footer_links_legal hook.
 
I thought that was set in your Home/Options/Basic Board Information but it didn't show up for me when I played around with it.
 
Top Bottom