summaryrefslogtreecommitdiffstats
path: root/templates/part.items.new.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.items.new.php')
-rw-r--r--templates/part.items.new.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/templates/part.items.new.php b/templates/part.items.new.php
deleted file mode 100644
index c2976dda9..000000000
--- a/templates/part.items.new.php
+++ /dev/null
@@ -1,6 +0,0 @@
-<?php
-$title = isset($_['title']) ? $_['title'] : '';
-
-echo '<div class="rightcontentmsg" id="feedadded">' .
- 'You have subscribed to <b>"' . $title . '"</b>' .
- '</div>';