mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-04-30 03:09:22 +02:00

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.
29 lines
967 B
PHP
29 lines
967 B
PHP
</div>
|
|
<!-- MAIN FEED END -->
|
|
|
|
<?php include 'layout/aside.php'; ?>
|
|
</div>
|
|
|
|
<footer class="well preventCollapse">
|
|
<div class="pull-left">
|
|
<p>© <?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
|
|
-->
|