Send 1 items added notification per batch of items

This commit is contained in:
Tim Almdal
2009-03-04 03:31:01 +00:00
parent e33ad56b99
commit 81a6dc26cb
4 changed files with 52 additions and 3 deletions

View File

@@ -0,0 +1,11 @@
<?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>