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.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/application/views/footer.php b/application/views/footer.php
index 92b305999..3d6901748 100644
--- a/application/views/footer.php
+++ b/application/views/footer.php
@@ -1,3 +1,8 @@
+<?php
+if (is_cli_client() && !isset($force_full_html)) {
+ return;
+}
+?>
</div>
<script src="<?php echo link_with_mtime("/data/js/jquery-1.8.2.min.js"); ?>"></script>