X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-stats_mods.php;h=01a593b100fc7d80f7c3327d55b00c6003b81b7a;hb=4328a215de9cdf89587a9399ce1e87878702c7a0;hp=517ef6349d7650cbdf80fa0c46b980979aa52e46;hpb=66b91ce490ab549425619c95fc12086e126d541b;p=mailer.git diff --git a/inc/modules/admin/what-stats_mods.php b/inc/modules/admin/what-stats_mods.php index 517ef6349d..01a593b100 100644 --- a/inc/modules/admin/what-stats_mods.php +++ b/inc/modules/admin/what-stats_mods.php @@ -1,7 +1,7 @@ ".$content['module'].""; + $content['module'] = '' . $content['module'] . ''; } // END - if - // Add color switch - $content['sw'] = $SW; - // Load row template - $OUT .= LOAD_TEMPLATE('admin_mods_stats_row', true, $content); + $OUT .= loadTemplate('admin_mods_stats_row', true, $content); } // END - while // Free memory SQL_FREERESULT($result); - define('__MODS_ROWS', $OUT); // Load final template - LOAD_TEMPLATE('admin_mods_stats'); + loadTemplate('admin_mods_stats', false, $OUT); } -// +// [EOF] ?>