diff --git a/functions.php b/functions.php index 601d59ecd..174a19e8d 100644 --- a/functions.php +++ b/functions.php @@ -4230,10 +4230,12 @@ $search_q = "&q=$search&m=$match_on&smode=$search_mode"; } + $rss_link = "backend.php?op=rss&id=$feed_id&is_cat=$is_cat&view-mode=$view_mode$search_q"; + print " + href=\"$rss_link\"> "; print ""; @@ -4279,6 +4281,9 @@ print_labels_headlines_dropdown($link, $feed_id); + print "
  • ".__('Feed:')."
  • "; + print "
  •   ".__('View as RSS')."
  • "; + print ""; print "";