ZnoteAAC/layout/overall/footer.php
Znote 203fe3d5ae New layout (Znote AAC AtomIO)
Layout is primarily changed to this because the old layout had obsolete javascript dependencies.
I still want to make another default layout eventually, which is mobile friendly.
This layout has a very nice character search widget though
that looks for names realtime and displays them in a list beside the search.
2020-06-12 22:14:50 +02:00

29 lines
967 B
PHP

</div>
<!-- MAIN FEED END -->
<?php include 'layout/aside.php'; ?>
</div>
<footer class="well preventCollapse">
<div class="pull-left">
<p>&copy; <?php echo $config['site_title'];?>. <?php echo ' Page generated in '. elapsedTime() .' seconds. Q: '.$aacQueries; ?>. Designed By <a href="https://otland.net/members/snavy.155163/" target="_blank">Snavy</a>. Engine: <a href="credits.php">Znote AAC</a>.</p>
</div>
<div class="pull-right">
<p><?php echo 'Server date and clock is: '. getClock(false, true); ?></p>
</div>
<!--
Designed By <a href="https://otland.net/members/snavy.155163/" target="_blank">Snavy</a>
-->
</footer>
</div><!-- Main container END -->
</body>
</html>
<!--
Layout author: Blackwolf (Snavy on otland)
Otland: https://otland.net/members/snavy.155163/
Facebook: http://www.facebook.com/idont.reallywolf.1
Twitter: @idontreallywolf
Converted to Znote AAC by: Znote
-->