includes/template.php
changeset 396 3289e4dcb4b8
parent 391 85f91037cd4f
child 411 d1a95497b68f
--- a/includes/template.php	Sat Feb 02 11:54:16 2008 -0500
+++ b/includes/template.php	Sat Feb 02 22:32:09 2008 -0500
@@ -841,7 +841,7 @@
   
   function footer($simple = false)
   {
-    echo $this->getFooter();
+    echo $this->getFooter($simple);
     ob_end_flush();
   }
   
@@ -852,7 +852,7 @@
       define('ENANO_HEADERS_SENT', '');
     if(!$this->no_headers) return $this->process_template('header.tpl');
   }
-  function getFooter()
+  function getFooter($simple = false)
   {
     global $db, $session, $paths, $template, $plugins; // Common objects
     global $lang;