2014-08-08 15:41:59 -04:00
|
|
|
</div>
|
|
|
|
<?php $q_num = $this->page->num_queries() ?>
|
|
|
|
<hr />
|
|
|
|
<footer class="footer">
|
|
|
|
Generated in <?= $this->benchmark->elapsed_time();?> seconds, <?= $q_num ?> quer<?= ($q_num == 1) ? "y": "ies" ?>
|
|
|
|
</footer>
|
|
|
|
<?php if($this->session->userdata('uid') == 1){$this->output->enable_profiler(TRUE);} ?>
|
|
|
|
<script src="/js/jquery.js"></script>
|
|
|
|
<script src="/js/jquery-ui.min.js"></script>
|
2016-12-29 13:56:30 -05:00
|
|
|
<script src="/js/CLEditor/jquery.cleditor.js"></script>
|
|
|
|
<script src="/js/CLEditor/jquery.cleditor.xhtml.js"></script>
|
|
|
|
<script src="/js/todo.js"></script>
|
|
|
|
<?php /*<?= $foot_js ?>*/ ?>
|
2014-08-08 15:41:59 -04:00
|
|
|
</body>
|
|
|
|
</html>
|