diff options
Diffstat (limited to 'modules/notification/views')
-rw-r--r-- | modules/notification/views/batch_add.html.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/modules/notification/views/batch_add.html.php b/modules/notification/views/batch_add.html.php deleted file mode 100644 index b13fcf01..00000000 --- a/modules/notification/views/batch_add.html.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php defined("SYSPATH") or die("No direct script access.") ?> -<html> -<head> - <title><?= $subject ?> </title> -</head> -<body> - <h2><?= sprintf(t("New Photos, Movies or Albums have been added to %s."), $parent_title); ?></h2> - <p><?= sprintf(t("Click on the link below to view the additions"), $parent_title); ?></p> - <p><a href="<?= $url ?>"><?= t(here) ?></a><p> -</body> -</html> |