X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-stats_mods.php;h=3520e30163f645e432de7a5b57893fadde04eb58;hb=97c3c45dafd1b10de0e9ec26c889b45a454b2623;hp=517ef6349d7650cbdf80fa0c46b980979aa52e46;hpb=72288d31358f8061513f8d3d61a1f9e7feb44e50;p=mailer.git diff --git a/inc/modules/admin/what-stats_mods.php b/inc/modules/admin/what-stats_mods.php index 517ef6349d..3520e30163 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] ?>