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

View File

@ -136,9 +136,11 @@ 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) { ?>
<br/> <br/>
<a id="feedBrowserPrompt" href="prefs.php?tab=feedBrowser" <a id="feedBrowserPrompt" href="prefs.php?tab=feedBrowser"
title="<?php echo __('More feeds...') ?>">+</a> title="<?php echo __('More feeds...') ?>">+</a>
<?php } ?>
</div> </div>
<div id="feeds-frame">&nbsp;</div> <div id="feeds-frame">&nbsp;</div>
</div> </div>