Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/views/users/email/confirm_plain.thtml
blob: c95fa21e76bde47460d75aa92d65e87427a55513 (plain)
1
2
3
4
5
6
7
8
<?
$confirmurl = SITE_URL.$html->url('/users/verify/'.$userid.'/'
    .$data['User']['confirmationcode'], true);

// the whole email is localized.
echo $html->lineBreaks(sprintf(___('Welcome to %2$s Add-ons.\n\nBefore you can use your new account you must activate it - this ensures the e-mail address you used is valid and belongs to you.\nTo activate your account, click the link below or copy and paste the whole thing into your browser\'s location bar:\n\n%1$s\n\nOnce you\'ve successfully activated your account, you can throw away this e-mail.\n\nThanks for joining %2$s Add-ons\n-- %2$s Add-ons Staff'),
    $confirmurl, APP_PRETTYNAME));
?>