X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fmodules%2Fadmin%2Fwhat-stats_mods.php;h=b0a8b303dd09d655d427393aad502eb6299a30fd;hb=3c311675e341584ad25c561a5a65198f3717125f;hp=f53d1a490f9dbc87a414c44d4897cdb2d700c478;hpb=debaac55fafff501de5077f3672623c0d738a5b2;p=mailer.git diff --git a/inc/modules/admin/what-stats_mods.php b/inc/modules/admin/what-stats_mods.php index f53d1a490f..b0a8b303dd 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_list_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_list_mods_stats', false, $OUT); } -// +// [EOF] ?>