summaryrefslogtreecommitdiff
path: root/modules/notification/views/item_deleted.html.php
blob: f3e098dad8779c5f1fe8bd2e430209e09b8ce82d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php defined("SYSPATH") or die("No direct script access.") ?>
<html>
<head>
  <title><?= $subject ?> </title>
</head>
<body>
  <h2><?= sprintf(t("%s: %s was removed from %s"), $type, $item_title, $parent_title) ?></h2>
  <table>
    <tr>
    <td colspan="2"><?= sprintf(t("To view the changed album %s use the link below."), $parent_title) ?></td>
    </tr>
    <tr>
      <td><?= t("Url:") ?></td>
      <td><a href="<?= $url ?>"><?= $url ?></a></td>
    </tr>
  </table>
</body>
</html>