funchat/themes/archer/footer.tpl
2025-06-02 10:01:12 +02:00

27 lines
815 B
Smarty

<div class="pmnotice"></div>
<div id="footer-bottom">
<p>
&copy; 2016 <strong>archer.agency & Topia.com Roleplays</strong>
&nbsp;&nbsp;&nbsp;&nbsp;
<a href="/index.php">Home</a> |
<a href="/terms.html">Terms &amp; Conditions</a> |
<a href="http://validator.w3.org/check?uri=referer">XHTML</a> |
<a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a>
</p>
<p>
Archer &copy; Fox Entertainment Group - This site is not affiliated with FX Network/Fox Entertainment Group. All rights, images and trademarks are propertys of their respective owners.
<br />
Don't sue us please, we need the Money for Booze.
</p>
{if $user.is_admin==1}
<p>
mySQL Queries: {$queries} | Memory usage: {$memory}
</p>
{/if}
</div>
<!-- footer ends-->
</body>
</html>