summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-01-12 14:50:53 +0100
committerAndrew Dolgov <[email protected]>2006-01-12 14:50:53 +0100
commite2f728be035cca5b1046ec64405666d789f04efd (patch)
treea4b6f542849e065fd282a38419b7ecf958856820 /prefs.php
parentdbf4a4cf057486f746aa54586cae4c6174a599fe (diff)
new global option: ENABLE_FEED_BROWSER
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/prefs.php b/prefs.php
index c2492f1a1..71be40338 100644
--- a/prefs.php
+++ b/prefs.php
@@ -87,8 +87,10 @@
onclick="selectTab('genConfig')">
<input id="feedConfigTab" class="prefsTab" type="submit" value="Feed Configuration"
onclick="selectTab('feedConfig')">
+ <? if (ENABLE_FEED_BROWSER) { ?>
<input id="feedBrowserTab" class="prefsTab" type="submit" value="Feed Browser"
onclick="selectTab('feedBrowser')">
+ <? } ?>
<input id="filterConfigTab" class="prefsTab" type="submit" value="Content Filtering"
onclick="selectTab('filterConfig')">
<? if (GLOBAL_ENABLE_LABELS && get_pref($link, 'ENABLE_LABELS')) { ?>