diff options
author | Stephan Arts <stephan@xfce.org> | 2013-06-14 17:38:56 +0200 |
---|---|---|
committer | Stephan Arts <stephan@xfce.org> | 2013-06-14 17:38:56 +0200 |
commit | 3cd7747e7b9c10449f986e5f696a01cf4e50c318 (patch) | |
tree | 8678cbbbb63de71dd9bce2990dd7d536b2de8d91 /core/templates/altmail.php | |
parent | 23446542360fa930614735a426eb4273a202e9ae (diff) | |
download | nextcloud-server-3cd7747e7b9c10449f986e5f696a01cf4e50c318.tar.gz nextcloud-server-3cd7747e7b9c10449f986e5f696a01cf4e50c318.zip |
Use templates to theme share e-mails (#3683)
Diffstat (limited to 'core/templates/altmail.php')
-rw-r--r-- | core/templates/altmail.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/core/templates/altmail.php b/core/templates/altmail.php new file mode 100644 index 00000000000..4bac3254d93 --- /dev/null +++ b/core/templates/altmail.php @@ -0,0 +1,9 @@ +<?php +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 +print_unescaped($l->t("ownCloud – web services under your control")); +?> +http://ownCloud.org |