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, 6 insertions, 0 deletions
diff --git a/templates/part.items.new.php b/templates/part.items.new.php
new file mode 100644
index 000000000..c2976dda9
--- /dev/null
+++ b/templates/part.items.new.php
@@ -0,0 +1,6 @@
+<?php
+$title = isset($_['title']) ? $_['title'] : '';
+
+echo '<div class="rightcontentmsg" id="feedadded">' .
+ 'You have subscribed to <b>"' . $title . '"</b>' .
+ '</div>';