27 lines
815 B
Smarty
27 lines
815 B
Smarty
<div class="pmnotice"></div>
|
|
<div id="footer-bottom">
|
|
<p>
|
|
© 2016 <strong>archer.agency & Topia.com Roleplays</strong>
|
|
|
|
|
|
|
|
|
|
<a href="/index.php">Home</a> |
|
|
<a href="/terms.html">Terms & 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 © 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>
|