summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-11 16:42:11 +0300
committerAndrew Dolgov <[email protected]>2010-01-11 16:42:11 +0300
commit698776460d3cd7075024b8795dbbaf7132415890 (patch)
tree7f45449dbef8f393b36b7f0b829acad65ac0608f /tt-rss.php
parent84d7198a103a86b9133b12305e5f83b7ade004a5 (diff)
move feed browser to subscribe to feed dialog
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 5c216748e..88ab12128 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -167,11 +167,6 @@
<div id="dispSwitch">
<a id="dispSwitchPrompt"
href="javascript:toggleTags()"><?php echo __("tag cloud") ?></a>
- <?php if (!SINGLE_USER_MODE && ENABLE_FEED_BROWSER) { ?>
- <br/>
- <a id="feedBrowserPrompt" onclick="return browseFeeds()" href="#"
- title="<?php echo __('More feeds...') ?>">+</a>
- <?php } ?>
</div>
<div id="feeds-frame">&nbsp;</div>
</div>