summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-20 16:51:14 +0100
committerAndrew Dolgov <[email protected]>2009-01-20 16:51:14 +0100
commit62f7bf71811178be003927c305873e62f3ac7119 (patch)
treeb65028333373ea8a35c507823733ae1481919256 /tt-rss.php
parente8be0f5bbeeb6559d46256cfe5d28744afd44aa4 (diff)
disable more feeds button in single user mode
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 73c456de0..66e59bfd7 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -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>