summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-04-25 13:28:41 +0400
committerAndrew Dolgov <[email protected]>2009-04-25 13:28:41 +0400
commit085e88a009537ae2c17f0f16bec66fac944d9692 (patch)
tree535166f5a064fabe6c2c1b93413bf8bc83a34d6c /tt-rss.php
parent2855ee88bdc2c480d1a0c6cfbb1d35f660cd88dc (diff)
only show link to feed browser when it is enabled (closes #237)
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 2dcc9ca1a..b36751554 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -173,7 +173,7 @@ window.onload = init;
<div id="dispSwitch">
<a id="dispSwitchPrompt"
href="javascript:toggleTags()"><?php echo __("tag cloud") ?></a>
- <?php if (!SINGLE_USER_MODE) { ?>
+ <?php if (!SINGLE_USER_MODE && ENABLE_FEED_BROWSER) { ?>
<br/>
<a id="feedBrowserPrompt" onclick="return browseFeeds()" href="#"
title="<?php echo __('More feeds...') ?>">+</a>