summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-29 11:57:17 +0300
committerAndrew Dolgov <[email protected]>2010-11-29 11:57:17 +0300
commit0f9b4a60c26c608b0f538d58589b89229e239aea (patch)
treec61a93eb6fb6727fa630d9485298e9aa215bb6d2 /functions.php
parenta64029e55f5ce63515f4c694d1b30ebce0edc9db (diff)
tweak subtoolbar dropbox
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/functions.php b/functions.php
index 0075fd12f..b96c769ed 100644
--- a/functions.php
+++ b/functions.php
@@ -4095,6 +4095,8 @@
$rss_link = htmlspecialchars(get_self_url_prefix() .
"/backend.php?op=rss&id=$feed_id&is_cat=$is_cat$view_mode$search_q");
+ print "<option value=\"0\" disabled=\"1\">".__('Feed:')."</option>";
+
print "<option value=\"displayDlg('generatedFeed', '$feed_id:$is_cat:$rss_link')\">".__('View as RSS')."</option>";
print "</select>";