summaryrefslogtreecommitdiffstats
path: root/core/templates/altmail.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/templates/altmail.php')
-rw-r--r--core/templates/altmail.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/templates/altmail.php b/core/templates/altmail.php
index 37dc8eee942..a7df29a2446 100644
--- a/core/templates/altmail.php
+++ b/core/templates/altmail.php
@@ -1,9 +1,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'])));
?>
--
-ownCloud - <?php
-print_unescaped($l->t("web services under your control"));
-?>
-http://ownCloud.org
+<?php p($defaults->getName() . ' - ' . $defaults->getSlogan()); ?>
+<?php print_unescaped("\n".$defaults->getBaseUrl());