disable more feeds button in single user mode
This commit is contained in:
parent
e8be0f5bbe
commit
62f7bf7181
|
@ -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"> </div>
|
<div id="feeds-frame"> </div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue