altmail.php 433 B

123456789101112
  1. <?php
  2. print_unescaped($l->t("Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n", array($_['user_displayname'], $_['filename'], $_['link'])));
  3. if ( isset($_['expiration']) ) {
  4. print_unescaped($l->t("The share will expire on %s.\n\n", array($_['expiration'])));
  5. }
  6. p($l->t("Cheers!"));
  7. ?>
  8. --
  9. <?php p($theme->getName() . ' - ' . $theme->getSlogan()); ?>
  10. <?php print_unescaped("\n".$theme->getBaseUrl());