You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

email.new_user_plain_text.php 377B

12345678910
  1. <?php
  2. 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'])));
  3. // TRANSLATORS term at the end of a mail
  4. p($l->t("Cheers!"));
  5. ?>
  6. --
  7. <?php p($theme->getName() . ' - ' . $theme->getSlogan()); ?>
  8. <?php print_unescaped("\n".$theme->getBaseUrl());