From f0361de20b2ec5602b3ebe440aa4b26046eb8193 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 4 Nov 2010 17:28:38 +0300 Subject: [PATCH] add subtoolbar dropdown action to view generated feed --- functions.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 601d59ec..174a19e8 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 ""; -- 2.39.5