Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 15403 |
manish.sha |
1 |
Welcome <?php echo $user['username']; ?>,
|
|
|
2 |
|
|
|
3 |
In order to get started please click on the following link to activate your account:
|
|
|
4 |
|
|
|
5 |
<?php echo Router::url(array('action' => 'activate', 'activation_code' => $user['activation_code']), true)."\n"; ?>
|
|
|
6 |
|
|
|
7 |
If the above link does not work, please enter <?php echo $user['activation_code'];?> in the text field provided in the page.
|
|
|
8 |
|
|
|
9 |
Reply to this email if it still doesn't work.
|
|
|
10 |
|
|
|
11 |
We look forward to seeing you!
|
|
|
12 |
|
|
|
13 |
Regards,
|
|
|
14 |
|
|
|
15 |
Profittill Team
|