X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=surfbar.php;h=690443a957d13157c76ff07265784469db85c9af;hp=82021884384fcf3f5c29f07520cc207048bad6b9;hb=700bc24c3ab00d51273e93cdc816e177bac34aa5;hpb=5a90e41c014e7c56ecbbdd3031fab098bf88c9aa diff --git a/surfbar.php b/surfbar.php index 8202188438..690443a957 100644 --- a/surfbar.php +++ b/surfbar.php @@ -83,13 +83,14 @@ if (defined('mxchange_installed') && (isBooleanConstantAndTrue('mxchange_install // Prepare content $content = array( - 'points' => TRANSLATE_COMMA($points), - 'online' => SURFBAR_DETERMINE_TOTAL_ONLINE(), - 'reload' => ($_CONFIG['surfbar_stats_reload'] * 1000), - 'c_total' => TRANSLATE_COMMA($_CONFIG['surfbar_total_counter']), - 'c_today' => TRANSLATE_COMMA($_CONFIG['surfbar_daily_counter']), - 'c_week' => TRANSLATE_COMMA($_CONFIG['surfbar_weekly_counter']), - 'c_month' => TRANSLATE_COMMA($_CONFIG['surfbar_monthly_counter']), + 'points' => TRANSLATE_COMMA($points), + 'online' => SURFBAR_DETERMINE_TOTAL_ONLINE(), + 'reload' => ($_CONFIG['surfbar_stats_reload'] * 1000), + 'c_total' => TRANSLATE_COMMA($_CONFIG['surfbar_total_counter']), + 'c_today' => TRANSLATE_COMMA($_CONFIG['surfbar_yester_counter']), + 'c_yester' => TRANSLATE_COMMA($_CONFIG['surfbar_daily_counter']), + 'c_week' => TRANSLATE_COMMA($_CONFIG['surfbar_weekly_counter']), + 'c_month' => TRANSLATE_COMMA($_CONFIG['surfbar_monthly_counter']), ); // Load template for "stats" page