From a0701d581dfa39113c1af68637118d99d5a0822a Mon Sep 17 00:00:00 2001 From: jhunkeler Date: Wed, 27 Jan 2010 02:52:17 +0000 Subject: 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 --- footer.php | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'footer.php') 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); ?> - - + + - \ No newline at end of file + + \ No newline at end of file -- cgit