script does now also regonize the difference between payout in withdraw in wernis...
[mailer.git] / inc / modules / login.php
index 47f34c07f4d458d2e99c81abde79e8dbb871cbc7..b692e3e2cfa1f8252e4d81c7806c1cb89d0e21fd 100644 (file)
@@ -78,7 +78,7 @@ $BLOCK_MODE = false;
 LOAD_TEMPLATE("member_header");
 
 // Adding your title's template here...
-OUTPUT_HTML ("<TR>
+OUTPUT_HTML("<TR>
   <TD class=\"member_menu\">");
 
 // Adding the main content module here
@@ -92,12 +92,12 @@ if (empty($GLOBALS['action']))
 }
 
 // Add the member's menu here...
-if (($CONFIG['member_menu'] == 'Y') || (!EXT_IS_ACTIVE("sql_patches", true)))
+if (($_CONFIG['member_menu'] == 'Y') || (!EXT_IS_ACTIVE("sql_patches", true)))
 {
        ADD_MENU("member", GET_ACTION("member", $GLOBALS['what']), $GLOBALS['what']);
 }
 
-OUTPUT_HTML ("   </TD>
+OUTPUT_HTML("   </TD>
   <TD valign=\"top\" align=\"center\" rowspan=\"3\" class=\"member_content\">");
 
 $INC_ACTION = sprintf(PATH."inc/modules/member/action-%s.php", $act);
@@ -112,9 +112,9 @@ if ((file_exists($INC_ACTION)) && (is_readable($INC_ACTION)) && (VALIDATE_MENU_A
        LOAD_URL("modules.php?module=login");
 }
 
-if (($CONFIG['member_menu'] == 'Y') || (!EXT_IS_ACTIVE("sql_patches", true)))
+if (($_CONFIG['member_menu'] == 'Y') || (!EXT_IS_ACTIVE("sql_patches", true)))
 {
-       OUTPUT_HTML ("  <BR></TD>
+       OUTPUT_HTML("  <br /></TD>
 </TR>
 <TR>
   <TD align=\"center\" valign=\"top\" class=\"member_advert\">");
@@ -123,7 +123,7 @@ if (($CONFIG['member_menu'] == 'Y') || (!EXT_IS_ACTIVE("sql_patches", true)))
        LOAD_TEMPLATE("member_advert");
 }
 
-OUTPUT_HTML ("  </TD>
+OUTPUT_HTML("  </TD>
 </TR>");
 
 // Load same template for "Goto TOP"