X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-stats_mods.php;h=15657d9ad508e3548b0379dd82d04f30cbede1fb;hb=684a096066e24eb89e26eef50a4c78a889298f6b;hp=35c27142665b38015a6f7bdd9408a83c92972c78;hpb=a090e351c49fe021fb3064325694da03402332e0;p=mailer.git diff --git a/inc/modules/admin/what-stats_mods.php b/inc/modules/admin/what-stats_mods.php index 35c2714266..15657d9ad5 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); + sqlFreeResult($result); // Load final template - LOAD_TEMPLATE('admin_mods_stats'); + loadTemplate('admin_list_mods_stats', FALSE, $OUT); } -// +// [EOF] ?>