From: Andrew Dolgov Date: Wed, 14 Mar 2018 15:15:21 +0000 (+0300) Subject: remove firefox feed subscribe integration code (obsolete) X-Git-Tag: 18.8~52 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=0a8cdd4b9c320e4dcc74507b672b1fd10b59b677;hp=002a0e259d4348d54d2e730a03a8d21650124553;p=tt-rss.git remove firefox feed subscribe integration code (obsolete) --- diff --git a/classes/pref/feeds.php b/classes/pref/feeds.php index 03f82033..459fbbe2 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.') . "

";