1
Fork 0
mirror of https://github.com/Quackster/Havana.git synced 2025-07-04 13:47:45 +00:00
Havana/tools/www-tpl/default-en/base/footer.tpl

7 lines
553 B
Smarty
Raw Normal View History

2022-09-03 15:05:14 +10:00
<div id="footer">
<p><a href="{{ site.sitePath }}/" target="_self">Homepage</a> | <a href="{{ site.sitePath }}/papers/disclaimer" target="_self">Disclaimer</a> | <a href="{{ site.sitePath }}/papers/privacy" target="_self">Privacy Policy</a></p>
{% set indexClass = " class=\"copyright\"" %}
2023-01-22 10:41:10 +10:00
<p{{ indexClass }}>Powered by HavanaWeb &copy 2023 <a href="https://forum.ragezone.com/members/861739.html">Quackster</a><br />HABBO is a registered trademark of Sulake Corporation. All rights reserved to their respective owner(s).</p>
2022-09-03 15:05:14 +10:00
</div></div>
</div>