X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fmodules%2Flogin.php;h=b692e3e2cfa1f8252e4d81c7806c1cb89d0e21fd;hb=afa266fcd3a5c430ffff6c5fc4ce455a2fa87f1d;hp=e7e2d3581037dde46eb1efb8cdcc7f50aa80b36b;hpb=d0ab0382dd73638f0bc13a1a3d6f117ec11a203e;p=mailer.git diff --git a/inc/modules/login.php b/inc/modules/login.php index e7e2d35810..b692e3e2cf 100644 --- a/inc/modules/login.php +++ b/inc/modules/login.php @@ -78,7 +78,7 @@ $BLOCK_MODE = false; LOAD_TEMPLATE("member_header"); // Adding your title's template here... -OUTPUT_HTML (" +OUTPUT_HTML(" "); // 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 (" +OUTPUT_HTML(" "); $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 ("
+ OUTPUT_HTML("
"); @@ -123,7 +123,7 @@ if (($CONFIG['member_menu'] == "Y") || (!EXT_IS_ACTIVE("sql_patches", true))) LOAD_TEMPLATE("member_advert"); } -OUTPUT_HTML (" +OUTPUT_HTML(" "); // Load same template for "Goto TOP"