X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fmodules%2Fadmin%2Fwhat-stats_mods.php;h=44e9547327f51efd817295ea7e0618127cdf737b;hb=694f5de2d906a9e5dea7a6c41867663ab4570d27;hp=7180f1811c43efe4e7e1118255dd1ba3a62f7e49;hpb=7a0301e78b2787f145105b8fe7899ac2656234cc;p=mailer.git diff --git a/inc/modules/admin/what-stats_mods.php b/inc/modules/admin/what-stats_mods.php index 7180f1811c..44e9547327 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] ?>