disable more feeds button in single user mode
This commit is contained in:
parent
e8be0f5bbe
commit
62f7bf7181
1 changed files with 2 additions and 0 deletions
|
@ -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"> </div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue