altmail.php 339 B

12345678910
  1. <?php
  2. $defaults = new OC_Defaults();
  3. print_unescaped($l->t("Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\nCheers!", array($_['user_displayname'], $_['filename'], $_['link'])));
  4. ?>
  5. --
  6. <?php p($defaults->getName() . ' - ' . $defaults->getSlogan()); ?>
  7. <?php print_unescaped("\n".$defaults->getBaseUrl());