Global variables rewritten
[mailer.git] / surfbar.php
index c45aff14d3c416916ca344929ee2515edd0e5230..80e96057aa6887a3cea03f72000d4218f1d01497 100644 (file)
@@ -43,7 +43,7 @@ $GLOBALS['what'] = ""; $GLOBALS['action'] = "";
 // Set module
 $GLOBALS['module'] = "surfbar";
 $GLOBALS['refid']  = 0;
-$CSS = 0;
+$GLOBALS['output_mode'] = 0;
 $msg = null;
 
 // Load the required file(s)
@@ -141,7 +141,7 @@ if (isBooleanConstantAndTrue('mxchange_installed')) {
                }
 
                // All done, so fix notice for footer.php
-               $footer = 1;
+               $GLOBALS['footer_sent'] = 1;
        } else {
                // Prepare content
                $content = "";