diff --git a/backend.php b/backend.php index 33c3a45d4..b772dbbf1 100644 --- a/backend.php +++ b/backend.php @@ -349,9 +349,11 @@ // } if (get_pref($link, 'COMBINED_DISPLAY_MODE')) { - print ""; - getAllCounters($link, $omode, $feed); - print ""; + if (!$offset) { + print ""; + getAllCounters($link, $omode, $feed); + print ""; + } } if ($_GET["debug"]) $timing_info = print_checkpoint("30", $timing_info);