diff --git a/core/templates/internalaltmail.php b/core/templates/internalaltmail.php
deleted file mode 100644
index 38531d109b..0000000000
--- a/core/templates/internalaltmail.php
+++ /dev/null
@@ -1,13 +0,0 @@
-t("Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n", array($_['user_displayname'], $_['filename'], $_['link'])));
-if ( isset($_['expiration']) ) {
- print_unescaped($l->t("The share will expire on %s.", array($_['expiration'])));
- print_unescaped("\n\n");
-}
-// TRANSLATORS term at the end of a mail
-p($l->t("Cheers!"));
-?>
-
---
-getName() . ' - ' . $theme->getSlogan()); ?>
-getBaseUrl());
diff --git a/core/templates/internalmail.php b/core/templates/internalmail.php
deleted file mode 100644
index 555c063c14..0000000000
--- a/core/templates/internalmail.php
+++ /dev/null
@@ -1,38 +0,0 @@
-
-
-
-
-
-
- |
-
- |
-
- |
-
-t('Hey there,
just letting you know that %s shared %s with you. View it!
', array($_['user_displayname'], $_['filename'], $_['link'])));
-if ( isset($_['expiration']) ) {
- p($l->t("The share will expire on %s.", array($_['expiration'])));
- print_unescaped('
');
-}
-// TRANSLATORS term at the end of a mail
-p($l->t('Cheers!'));
-?>
- |
-
- |
-
- |
---
-getName()); ?> -
-getSlogan()); ?>
- getBaseUrl());?>
- |
-
-
- |
-
-
- |
-