12345678910 |
- <?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());
|