summaryrefslogtreecommitdiffstats
path: root/settings/templates/email.new_user_plain_text.php
blob: 2cc70ddfa2fca8156d870ac04c4d7c8787afb337 (plain)
1
2
3
4
5
6
7
8
9
10
<?php
print_unescaped($l->t("Hey there,\n\njust letting you know that you now have a %s account.\n\nYour username: %s\nAccess it: %s\n\n", array($theme->getName(), $_['username'], $_['url'])));

// TRANSLATORS term at the end of a mail
p($l->t("Cheers!"));
?>

	--
<?php p($theme->getName() . ' - ' . $theme->getSlogan()); ?>
<?php print_unescaped("\n".$theme->getBaseUrl());