diff --git a/classes/dlg.php b/classes/dlg.php index 3529fa5f1..68324eaad 100644 --- a/classes/dlg.php +++ b/classes/dlg.php @@ -305,15 +305,21 @@ class Dlg extends Handler_Protected { print ""; print "
- - - + "; + + if (!(defined('_DISABLE_FEED_BROWSER') && _DISABLE_FEED_BROWSER)) { + print ""; + } + + print "
"; //return; } function feedBrowser() { + if (defined('_DISABLE_FEED_BROWSER') && _DISABLE_FEED_BROWSER) return; + $browser_search = db_escape_string($_REQUEST["search"]); print "";