disable more feeds button in single user mode

This commit is contained in:
Andrew Dolgov 2009-01-20 16:51:14 +01:00
parent e8be0f5bbe
commit 62f7bf7181

View file

@ -136,9 +136,11 @@ window.onload = init;
<div id="dispSwitch">
<a id="dispSwitchPrompt"
href="javascript:toggleTags()"><?php echo __("tag cloud") ?></a>
<?php if (!SINGLE_USER_MODE) { ?>
<br/>
<a id="feedBrowserPrompt" href="prefs.php?tab=feedBrowser"
title="<?php echo __('More feeds...') ?>">+</a>
<?php } ?>
</div>
<div id="feeds-frame">&nbsp;</div>
</div>