1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 09:15:55 +00:00

only show link to feed browser when it is enabled (closes #237)

This commit is contained in:
Andrew Dolgov
2009-04-25 13:28:41 +04:00
parent 2855ee88bd
commit 085e88a009

View 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>