diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2011-03-07 15:21:31 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2011-03-07 15:21:31 +0300 |
| commit | 176b8ba62ffd512d539c50451c19a173a7b31fa5 (patch) | |
| tree | 83488bd50e5bf1650bd5d709062d3106cd7bb225 | |
| parent | dc891b12018e308603a8c10967da64796b0774b3 (diff) | |
subtoolbar: add shortcut to catchupPage()
| -rw-r--r-- | functions.php | 2 |
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>"; |