From 83cd33fcec05473bf2bd00836c7eaa7d9b584461 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 4 Oct 2011 13:11:07 +0400 Subject: implement sharing articles by unique url --- modules/pref-feeds.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'modules/pref-feeds.php') diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php index 0fd3f02f1..d5f0e8b4e 100644 --- a/modules/pref-feeds.php +++ b/modules/pref-feeds.php @@ -1506,7 +1506,9 @@ print ""; #pane - print "
"; + print "
"; + + print "

" . __("Published articles and generated feeds") . "

"; print "

".__('Published articles are exported as a public RSS feed and can be subscribed by anyone who knows the URL specified below.')."

"; @@ -1519,6 +1521,13 @@ print " "; + print "

" . __("Articles shared by URL") . "

"; + + print "

" . __("You can disable all articles shared by unique URLs here.") . "

"; + + print " "; + print "
"; #pane if (defined('CONSUMER_KEY') && CONSUMER_KEY != '') { -- cgit v1.2.3-54-g00ecf