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
1 changed files with 1 additions and 1 deletions

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>