X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-stats_mods.php;h=c6d08c379af255372c2abd11a83e623fada40dd2;hb=ccf34a2a92d80d01debd84b4b6e1f294d8f90cce;hp=7180f1811c43efe4e7e1118255dd1ba3a62f7e49;hpb=4001187f22197f55e5a1f211fc8defcc180f7c32;p=mailer.git diff --git a/inc/modules/admin/what-stats_mods.php b/inc/modules/admin/what-stats_mods.php index 7180f1811c..c6d08c379a 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] ?>