mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-03 23:29:15 +00:00
disable more feeds button in single user mode
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user