<?php defined('SYSPATH') OR die('No direct access to this file is allowed.');
$newver = newer_version();
?>
</div>
<!-- // Main Content -->
</div>
<footer>
<p class="fl"><?php echo APPNAME; ?> <?php echo VERSION; ?> - <?php echo BUILD; ?><?php if ($newver != null) { ?> :: <a href="<?php echo APPADDRESS; ?>">NEW VERSION <?php echo $newver; ?> AVAILABLE</a><?php } ?></p>
<p class="fr"><?php echo $ns->template['querycount']; ?> queries made in <?php echo sprintf("%01.3f", $ns->template['timer']); ?> seconds.</p>
</footer>
</body>
</html>