11 lines
377 B
PHP
11 lines
377 B
PHP
|
<?php
|
||
|
print_unescaped($l->t("Hey there,\n\njust letting you know that you now have an %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());
|