summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-20 16:34:38 +0100
committerAndrew Dolgov <[email protected]>2009-01-20 16:34:38 +0100
commit66e7fcc966504b413e8b1fb36c485b2e0f0b24d6 (patch)
treec25225399f0581ccc99f6282ff96f2274bfafa29 /tt-rss.php
parent99c6ebf1d47f45801b912d0bdb1a45e13f389bd6 (diff)
add feed browser prompt to main UI
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 43d611496..73c456de0 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -136,6 +136,9 @@ window.onload = init;
<div id="dispSwitch">
<a id="dispSwitchPrompt"
href="javascript:toggleTags()"><?php echo __("tag cloud") ?></a>
+ <br/>
+ <a id="feedBrowserPrompt" href="prefs.php?tab=feedBrowser"
+ title="<?php echo __('More feeds...') ?>">+</a>
</div>
<div id="feeds-frame">&nbsp;</div>
</div>