X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-stats_mods.php;h=56e294d47406039996346cbdbe9deac5ce2ceb52;hp=7afc2e81400b35a20ed9056c9c1c16bc58d3692c;hb=a18efdcd57ba91893f0958a457b5c58639b135c3;hpb=5071030af40e69ca4284642f44758964e18f5be8 diff --git a/inc/modules/admin/what-stats_mods.php b/inc/modules/admin/what-stats_mods.php index 7afc2e8140..56e294d474 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] ?>