summaryrefslogtreecommitdiffstats
path: root/core/templates/altmail.php
blob: a7df29a2446d244cc27371d81d0cfdd649424b46 (plain)
1
2
3
4
5
6
7
8
9
<?php
$defaults = new OC_Defaults();

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'])));
?>

--
<?php p($defaults->getName() . ' - ' . $defaults->getSlogan()); ?>
<?php print_unescaped("\n".$defaults->getBaseUrl());