From e528c725c6e74e8b1c782df367652a63aff669eb Mon Sep 17 00:00:00 2001 From: Evan O'Connell Date: Sun, 18 Aug 2013 18:33:35 -0400 Subject: Cleans up the default theme --- themes/default/footer.php | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) (limited to 'themes/default/footer.php') diff --git a/themes/default/footer.php b/themes/default/footer.php index afadce7..db656ce 100644 --- a/themes/default/footer.php +++ b/themes/default/footer.php @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - + $phpversion = preg_replace('/[a-z-]/', '', phpversion()); $mtime = explode(' ', microtime()); $totaltime = $mtime[0] + $mtime[1] - $starttime; @@ -26,25 +26,19 @@ $debug_output = sprintf("Page generated in %.3f seconds | Memory: real(%.3fmb) p - - + \ No newline at end of file -- cgit