funchat/modules/chat/templates/default/chat_footer.tpl
2025-06-02 10:01:12 +02:00

48 lines
No EOL
1.5 KiB
Smarty

<div class="pmnotice"></div>
<footer>
<div class="row">
<div class="twelve columns">
<ul class="social-links">
<li><a href="https://twitter.com/austriachatnet"><i class="fa fa-twitter"></i></a></li>
</ul>
</div>
<div class="six columns info">
{if $user.is_admin==1}
mySQL Queries: {$queries} | Memory usage: {$memory}
{/if}
</div>
<div class="two columns">
<h3 class="social">Navigation</h3>
<ul class="navigate group">
<li><a href="/index.php">Home</a></li>
<li><a href="/impressum.html">Impressum</a></li>
</ul>
</div>
<p class="copyright">&copy; Copyright 2017 AustriaChat.net. &nbsp; Design by <a title="Styleshout" href="http://www.styleshout.com/">Styleshout</a>.</p>
</div> <!-- End row -->
<div id="go-top"><a class="smoothscroll" title="Back to Top" href="#top"><i class="fa fa-chevron-up"></i></a></div>
</footer> <!-- End Footer-->
{literal}
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-96528626-1', 'auto');
ga('send', 'pageview');
</script>
{/literal}
<script src="/js/odo/odometer.min.js"></script>
{$footer}
</body>
</html>