From 755a43eefaea639d27cdf30dd3cf765f2a74a15c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 31 Aug 2007 01:55:33 +0100 Subject: add patch to integrate better with firefox (closes #148) --- modules/pref-feeds.php | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'modules/pref-feeds.php') diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php index 25cbf707a..6df9804b2 100644 --- a/modules/pref-feeds.php +++ b/modules/pref-feeds.php @@ -1035,6 +1035,15 @@ value=\"".__('Export OPML')."\">"; + print "

" . __("Firefox Integration") . "

"; + + print "

" . __('This Tiny Tiny RSS site can be used as a Firefox Feed Reader by clicking the link below.'); + print "

" . + __('Click here to register this site as a feed reader.') . "

"; + + print "

".__("Published articles")."

"; if (!get_pref($link, "_PREFS_PUBLISH_KEY")) { -- cgit v1.2.3