"; $LOGIN_TABLE_PASSWORD = ""; if ($use_imagecode) { $LOGIN_TABLE_SECIMG_LAN = LAN_LOGIN_13; $LOGIN_TABLE_SECIMG_HIDDEN = ""; $LOGIN_TABLE_SECIMG_SECIMG = $sec_img->r_image(); $LOGIN_TABLE_SECIMG_TEXTBOC = ""; } $LOGIN_TABLE_AUTOLOGIN = ""; $LOGIN_TABLE_AUTOLOGIN_LAN = LAN_LOGIN_8; $LOGIN_TABLE_SUBMIT = ""; if (!$LOGIN_TABLE) { if (file_exists(THEME."login_template.php")) { require_once(THEME."login_template.php"); } else { require_once(e_BASE.$THEMES_DIRECTORY."templates/login_template.php"); } } $text = preg_replace("/\{(.*?)\}/e", 'varset($\1,"\1")', $LOGIN_TABLE); echo preg_replace("/\{(.*?)\}/e", 'varset($\1,"\1")', $LOGIN_TABLE_HEADER); $login_message = LAN_LOGIN_3." | ".SITENAME; $ns->tablerender($login_message, $text, 'login_page'); $LOGIN_TABLE_FOOTER_USERREG = ' '; // In case no registration system enabled if ($pref['user_reg']) { $LOGIN_TABLE_FOOTER_USERREG = "".LAN_LOGIN_11.""; } echo preg_replace("/\{([^ ]*?)\}/e", 'varset($\1,"\1")', $LOGIN_TABLE_FOOTER); } else { echo "\n"; exit; } echo ""; $sql->db_Close(); ?>