Show Your Support
$totalhits = vb_number_format($totalhits);
// ### Anzeige aller Hits START ### $totalhits = $DB_site->query_first(" SELECT COUNT(*) , SUM(views) AS hits FROM " . TABLE_PREFIX . "thread "); $totalhits = vb_number_format($totalhits['hits']); // ### Anzeige aller Hits ENDE ###