email templates
From CashCrusaderWiki
(Difference between revisions)
(Table edited by Jutaky via TableEdit) |
(Table edited by Jutaky via TableEdit) |
||
Line 11: | Line 11: | ||
|- | |- | ||
| | | | ||
- | + | SITE_NAME | |
| | | | ||
Site's name | Site's name | ||
|- | |- | ||
| | | | ||
- | + | TIME | |
| | | | ||
- | + | Current time | |
+ | |- | ||
+ | | | ||
+ | IPPROXY | ||
+ | | | ||
+ | IP or proxy IP of the visitor | ||
+ | |- | ||
+ | | | ||
+ | SUPPORT_EMAIL | ||
+ | | | ||
+ | Site's support email address | ||
+ | |- | ||
+ | | | ||
+ | PAGES_URL | ||
+ | | | ||
+ | Site's pages URL | ||
+ | |- | ||
+ | | | ||
+ | CODE | ||
+ | | | ||
+ | Code to verify signup | ||
+ | |- | ||
+ | | | ||
+ | EMAIL | ||
+ | | | ||
+ | Email address to signup from or change to | ||
+ | |- | ||
+ | | | ||
+ | USERNAME | ||
+ | | | ||
+ | Username of the account [password reset only] | ||
+ | |- | ||
+ | | | ||
+ | PASSWORD | ||
+ | | | ||
+ | Password of the account [password reset only] | ||
+ | |- | ||
+ | | | ||
+ | $_SESSION['username'] | ||
+ | | | ||
+ | General variable for username of the account | ||
|-class='sortbottom' | |-class='sortbottom' |
Revision as of 15:33, 1 May 2010
Variable | Description |
---|---|
SITE_NAME |
Site's name |
TIME |
Current time |
IPPROXY |
IP or proxy IP of the visitor |
SUPPORT_EMAIL |
Site's support email address |
PAGES_URL |
Site's pages URL |
CODE |
Code to verify signup |
|
Email address to signup from or change to |
USERNAME |
Username of the account [password reset only] |
PASSWORD |
Password of the account [password reset only] |
$_SESSION['username'] |
General variable for username of the account |
edit table |