Update the ISSO framework version so that we can take advantage of BSTemplate's toStr...
[bugdar.git] / global.php
index e6b219b8067e280905f902b4ab7b696a834ccb22..0c63f8731dc0025f2a84417a7fcca6a72c5a5147 100755 (executable)
@@ -86,7 +86,7 @@ if (!(defined('NO_TEMPLATES') AND constant('NO_TEMPLATES') == true))
                'header'                => BSTemplate::fetch('header')->evaluate()->getTemplate(),
                'doctype'               => BSTemplate::fetch('doctype')->evaluate()->getTemplate(),
                'headinclude'   => BSTemplate::fetch('headinclude')->evaluate()->getTemplate(),
-               'footer'                => BSTemplate::fetch('footer')->evaluate()->getTemplate(),
+               'footer'                => BSTemplate::fetch('footer')
        );
        
        BSTemplate::$globalVars = array_merge($globalTemplates, BSTemplate::$globalVars);