summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-24 06:23:02 +0100
committerAndrew Dolgov <[email protected]>2009-01-24 06:23:02 +0100
commit64b3069d270d0fd9e58bcd446ce5b67d516e0c90 (patch)
tree0cc895b40e64c671087caf3137a66772b6536c0e /prefs.php
parent3a6521f0411daea27dac9525964684915b31f75f (diff)
remove old-style big feed browser (2)
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/prefs.php b/prefs.php
index 7ecea90e7..84ec53b62 100644
--- a/prefs.php
+++ b/prefs.php
@@ -123,12 +123,6 @@ window.onload = init;
onclick="selectTab('genConfig')"><?php echo __('Preferences') ?></div>
<div id="feedConfigTab" class="prefsTab"
onclick="selectTab('feedConfig')"><?php echo __('My Feeds') ?></div>
- <?php if (ENABLE_FEED_BROWSER && !SINGLE_USER_MODE) { ?>
- <!-- <div id="feedBrowserTab" class="prefsTab"
- onclick="selectTab('feedBrowser')"><?php echo __('Other Feeds') ?></div>
- <?php } ?> -->
- <!-- <div id="pubItemsTab" class="prefsTab"
- onclick="selectTab('pubItems')"><?php echo __('Published Articles') ?></div> -->
<div id="filterConfigTab" class="prefsTab"
onclick="selectTab('filterConfig')"><?php echo __('Filters') ?></div>
<div id="labelConfigTab" class="prefsTab"