aboutsummaryrefslogtreecommitdiff
path: root/footer.php
diff options
context:
space:
mode:
authorjhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6>2010-01-26 21:52:17 -0500
committerjhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6>2010-01-26 21:52:17 -0500
commita0701d581dfa39113c1af68637118d99d5a0822a (patch)
tree17858862321c09316dbbeb9038695a8815406e2a /footer.php
parent6d28ed7cd510621e571da1d5a20848d58d079f53 (diff)
downloadbayonetcms-a0701d581dfa39113c1af68637118d99d5a0822a.tar.gz
commit just prior to some pure insanity.
implementing theme system git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2@463 c5b2fb0a-d05d-0410-98c8-828840a80ff6
Diffstat (limited to 'footer.php')
-rw-r--r--footer.php15
1 files changed, 8 insertions, 7 deletions
diff --git a/footer.php b/footer.php
index 48cb061..cbbd2bd 100644
--- a/footer.php
+++ b/footer.php
@@ -24,12 +24,6 @@ $debug_output = sprintf("Page generated in %.3f seconds | Memory: real(%.3fmb) p
$totaltime, ((float)memory_get_usage()/1024/1024), ((float)memory_get_peak_usage()/1024/1024), $phpversion, $db_connections, $db_queries, $db_fetches, $db_frees);
?>
-<?php
- if($config['debug']['enabled']){
- logQueueFlush();
- }
-?>
-
<div class="footer">
<br />
@@ -47,6 +41,13 @@ $debug_output = sprintf("Page generated in %.3f seconds | Memory: real(%.3fmb) p
</div>
+<?php
+ if($config['debug']['enabled']){
+ logQueueFlush();
+ }
+?>
+
</body>
</html>
-<?php ob_flush();?> \ No newline at end of file
+<?php ob_flush();?>
+ \ No newline at end of file