diff --git a/classes/pref/feeds.php b/classes/pref/feeds.php index 03f82033f..459fbbe2a 100755 --- a/classes/pref/feeds.php +++ b/classes/pref/feeds.php @@ -1323,25 +1323,6 @@ class Pref_Feeds extends Handler_Protected { print ""; # pane - if (strpos($_SERVER['HTTP_USER_AGENT'], "Firefox") !== false) { - - print "
"; - - print_notice(__('This Tiny Tiny RSS site can be used as a Firefox Feed Reader by clicking the link below.')); - - print "

"; - - print ""; - - print "

"; - - print "
"; # pane - } - print "
"; print "

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

";