summaryrefslogtreecommitdiffstats
path: root/application/views/footer.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/views/footer.php')
-rw-r--r--application/views/footer.php9
1 files changed, 8 insertions, 1 deletions
diff --git a/application/views/footer.php b/application/views/footer.php
index 0383e195e..e748cd4e3 100644
--- a/application/views/footer.php
+++ b/application/views/footer.php
@@ -17,9 +17,16 @@ if (is_cli_client() && !isset($force_full_html)) {
</ul>
</div>
</footer>
+
+<?php
+$CI = &get_instance();
+if ($CI->config->item("environment") == "development" && property_exists($CI, "email")) {
+ echo $CI->email->print_debugger();
+}
+?>
<?php echo include_js("/data/js/jquery-2.0.3.min.js"); ?>
<?php echo include_js("/data/js/jquery-ui-1.10.3.custom.min.js"); ?>
-<?php echo include_js("/data/js/bootstrap-2.3.2.min.js"); ?>
+<?php echo include_js("/data/js/bootstrap.min.js"); ?>
<?php echo include_js("/data/js/script.js"); ?>
<?php echo include_registered_js(); ?>
</body>