X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Flogin.php;h=b692e3e2cfa1f8252e4d81c7806c1cb89d0e21fd;hp=47f34c07f4d458d2e99c81abde79e8dbb871cbc7;hb=1bf45cc4694aedce0b2fed54090c3f74cc93fe26;hpb=e1653405d28923c78b2e292125306ccf61138f24 diff --git a/inc/modules/login.php b/inc/modules/login.php index 47f34c07f4..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"