summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-03-07 15:21:31 +0300
committerAndrew Dolgov <[email protected]>2011-03-07 15:21:31 +0300
commit176b8ba62ffd512d539c50451c19a173a7b31fa5 (patch)
tree83488bd50e5bf1650bd5d709062d3106cd7bb225 /functions.php
parentdc891b12018e308603a8c10967da64796b0774b3 (diff)
subtoolbar: add shortcut to catchupPage()
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 2b8813d61..e0974725f 100644
--- a/functions.php
+++ b/functions.php
@@ -4118,6 +4118,8 @@
print "<option value=\"0\" disabled=\"1\">".__('Feed:')."</option>";
+ print "<option value=\"catchupPage()\">".__('Mark as read')."</option>";
+
print "<option value=\"displayDlg('generatedFeed', '$feed_id:$is_cat:$rss_link')\">".__('View as RSS')."</option>";
print "</select>";