]> git.wh0rd.org Git - tt-rss.git/commitdiff
only show link to feed browser when it is enabled (closes #237)
authorAndrew Dolgov <fox@bah.org.ru>
Sat, 25 Apr 2009 09:28:41 +0000 (13:28 +0400)
committerAndrew Dolgov <fox@bah.org.ru>
Sat, 25 Apr 2009 09:28:41 +0000 (13:28 +0400)
tt-rss.php

index 2dcc9ca1a4c1f4b22e9919876aa0121fc1b075f8..b3675155476cd766cb8b1e51a6742e03e7c84e18 100644 (file)
@@ -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>