X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-stats_mods.php;h=59101e257ec9ea38532ff9397453da5e19107815;hb=9c7762b58197f49b318942d22cf3db0d21f625f5;hp=823d1114d80aa132a657e2843cbfa426a0d25d90;hpb=4e025e412935b6b221a2d183ada05b7a22f4b9e7;p=mailer.git diff --git a/inc/modules/admin/what-stats_mods.php b/inc/modules/admin/what-stats_mods.php index 823d1114d8..59101e257e 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] ?>