mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 14:17:49 +02:00
cleaned up some lan
This commit is contained in:
@@ -9,9 +9,9 @@
|
|||||||
* Administration Area - Users
|
* Administration Area - Users
|
||||||
*
|
*
|
||||||
* $Source: /cvs_backup/e107_0.8/e107_admin/users.php,v $
|
* $Source: /cvs_backup/e107_0.8/e107_admin/users.php,v $
|
||||||
* $Revision: 1.35 $
|
* $Revision: 1.36 $
|
||||||
* $Date: 2009-06-24 20:10:32 $
|
* $Date: 2009-07-06 07:50:44 $
|
||||||
* $Author: e107coders $
|
* $Author: marj_nl_fr $
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
require_once('../class2.php');
|
require_once('../class2.php');
|
||||||
@@ -1227,7 +1227,7 @@ class users
|
|||||||
|
|
||||||
$return_address = (substr(SITEURL, -1) == "/") ? SITEURL."signup.php?activate.".$id.".".$key : SITEURL."/signup.php?activate.".$id.".".$key;
|
$return_address = (substr(SITEURL, -1) == "/") ? SITEURL."signup.php?activate.".$id.".".$key : SITEURL."/signup.php?activate.".$id.".".$key;
|
||||||
|
|
||||||
$message = LAN_EMAIL_01." ".$name."\n\n".LAN_SIGNUP_24." ".SITENAME.".\n".LAN_SIGNUP_21."...\n\n";
|
$message = LAN_EMAIL_01." ".$name."\n\n".LAN_SIGNUP_24." ".SITENAME.".\n".LAN_SIGNUP_21."\n\n";
|
||||||
$message .= $return_address . "\n\n".SITENAME."\n".SITEURL;
|
$message .= $return_address . "\n\n".SITENAME."\n".SITEURL;
|
||||||
|
|
||||||
$mailheader_e107id = $id;
|
$mailheader_e107id = $id;
|
||||||
|
@@ -9,9 +9,9 @@
|
|||||||
* Language file - User signup
|
* Language file - User signup
|
||||||
*
|
*
|
||||||
* $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_signup.php,v $
|
* $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_signup.php,v $
|
||||||
* $Revision: 1.18 $
|
* $Revision: 1.19 $
|
||||||
* $Date: 2009-06-12 20:41:34 $
|
* $Date: 2009-07-06 07:50:44 $
|
||||||
* $Author: e107steved $
|
* $Author: marj_nl_fr $
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
define("PAGE_NAME", "Register");
|
define("PAGE_NAME", "Register");
|
||||||
@@ -56,10 +56,10 @@ define("LAN_SIGNUP_14", "here");
|
|||||||
define("LAN_SIGNUP_15", "Please contact the main site admin");
|
define("LAN_SIGNUP_15", "Please contact the main site admin");
|
||||||
define("LAN_SIGNUP_16", "if you require assistance.");
|
define("LAN_SIGNUP_16", "if you require assistance.");
|
||||||
define("LAN_SIGNUP_17", "Please certify you are 13 or over the age of 13.");
|
define("LAN_SIGNUP_17", "Please certify you are 13 or over the age of 13.");
|
||||||
define("LAN_SIGNUP_18", "Your registration has been received and created with the following login information ...");
|
define("LAN_SIGNUP_18", "Your registration has been received and created with the following login information:");
|
||||||
define("LAN_SIGNUP_19", "Username:");
|
//define("LAN_SIGNUP_19", "Username:"); // now LAN_LOGINNAME
|
||||||
define("LAN_SIGNUP_20", "Password:");
|
//define("LAN_SIGNUP_20", "Password:"); // now LAN_PASSWORD
|
||||||
define("LAN_SIGNUP_21", "Your account is currently marked as being inactive, to activate your account please go to the following link ...");
|
define("LAN_SIGNUP_21", "Your account is currently marked as being inactive. To activate your account please go to the following link:");
|
||||||
define("LAN_SIGNUP_22", "click here");
|
define("LAN_SIGNUP_22", "click here");
|
||||||
define("LAN_SIGNUP_23", "to login.");
|
define("LAN_SIGNUP_23", "to login.");
|
||||||
define("LAN_SIGNUP_24", "Thank you for registering at");
|
define("LAN_SIGNUP_24", "Thank you for registering at");
|
||||||
|
@@ -11,9 +11,9 @@
|
|||||||
| GNU General Public License (http://gnu.org).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_themes/templates/email_template.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_themes/templates/email_template.php,v $
|
||||||
| $Revision: 1.5 $
|
| $Revision: 1.6 $
|
||||||
| $Date: 2008-12-21 22:17:05 $
|
| $Date: 2009-07-06 07:50:44 $
|
||||||
| $Author: e107steved $
|
| $Author: marj_nl_fr $
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
if (!defined('e107_INIT')) { exit; }
|
if (!defined('e107_INIT')) { exit; }
|
||||||
@@ -65,13 +65,13 @@ $SIGNUPEMAIL_TEMPLATE = "
|
|||||||
".LAN_EMAIL_01." {USERNAME},<br />
|
".LAN_EMAIL_01." {USERNAME},<br />
|
||||||
<br />".
|
<br />".
|
||||||
LAN_SIGNUP_97." {SITENAME}<br />
|
LAN_SIGNUP_97." {SITENAME}<br />
|
||||||
".LAN_SIGNUP_21.":<br />
|
".LAN_SIGNUP_21."<br />
|
||||||
<br />
|
<br />
|
||||||
{ACTIVATION_LINK}<br />
|
{ACTIVATION_LINK}<br />
|
||||||
<br />
|
<br />
|
||||||
".LAN_SIGNUP_59."<br />
|
".LAN_SIGNUP_59."<br />
|
||||||
<br />
|
<br />
|
||||||
".LAN_SIGNUP_18.":<br />
|
".LAN_SIGNUP_18."<br />
|
||||||
<br />
|
<br />
|
||||||
".LAN_LOGINNAME.": <b> {LOGINNAME} </b><br />
|
".LAN_LOGINNAME.": <b> {LOGINNAME} </b><br />
|
||||||
".LAN_PASSWORD.": <b> {PASSWORD} </b><br />
|
".LAN_PASSWORD.": <b> {PASSWORD} </b><br />
|
||||||
|
Reference in New Issue
Block a user