summaryrefslogtreecommitdiffstats
path: root/templates/part.items.new.php
blob: c2976dda9a9881af9fb86ece7b940f8160a81f45 (plain)
1
2
3
4
5
6
<?php
$title = isset($_['title']) ? $_['title'] : '';

echo	'<div class="rightcontentmsg" id="feedadded">' .
		'You have subscribed to <b>"' . $title . '"</b>' .
	'</div>';