diff --git a/modules/pref-feed-browser.php b/modules/pref-feed-browser.php
index 01d350458..576b684a9 100644
--- a/modules/pref-feed-browser.php
+++ b/modules/pref-feed-browser.php
@@ -114,16 +114,29 @@
}
- print "
".__('This panel shows feeds subscribed by other users of this system, just in case you are interested in them too.')."
";
+ /* print "".__('This panel shows feeds subscribed by other users of this system, just in case you are interested in them too.')."
"; */
- print "
+ print "
- ";
+
";
+
+ print "
+ ".__('Top')."
+
+
";
if ($browser_search) {
$search_qpart = " AND (
@@ -145,19 +158,6 @@
ORDER BY subscribers DESC LIMIT $limit");
print "
";
-
- print "
- ".__('Top')."
-
-
";
if (db_num_rows($result) > 0) {