summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'inc.footer.php')
-rw-r--r--inc.footer.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/inc.footer.php b/inc.footer.php
new file mode 100644
index 0000000..607f0ff
--- /dev/null
+++ b/inc.footer.php
@@ -0,0 +1,9 @@
+<?
+ if(!$nocache) {
+
+ $data .= ob_get_contents();
+
+ $cache->save($data);
+ ob_end_flush();
+ }
+?> \ No newline at end of file