summaryrefslogtreecommitdiffstats
path: root/system/scaffolding/views/footer.php
blob: 36b29d1cdf76f4dcdfd027f243ec3f44ebcbe2e4 (plain)
1
2
3
4
5
6
7
8
9
10

</div>

<div id="footer">
<p><a href="http://www.codeigniter.com/">Code Igniter</a>, by <a href="http://www.pmachine.com">pMachine</a> -  Version <?php echo APPVER ?></p>
<p>Page rendered in {elapsed_time}</p>
</div>

</body>
</html>