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"> <div id="dispSwitch">
<a id="dispSwitchPrompt" <a id="dispSwitchPrompt"
href="javascript:toggleTags()"><?php echo __("tag cloud") ?></a> href="javascript:toggleTags()"><?php echo __("tag cloud") ?></a>
<?php if (!SINGLE_USER_MODE) { ?> <?php if (!SINGLE_USER_MODE && ENABLE_FEED_BROWSER) { ?>
<br/> <br/>
<a id="feedBrowserPrompt" onclick="return browseFeeds()" href="#" <a id="feedBrowserPrompt" onclick="return browseFeeds()" href="#"
title="<?php echo __('More feeds...') ?>">+</a> title="<?php echo __('More feeds...') ?>">+</a>