".$content['module'].""; } // END - if // Add color switch $content['sw'] = $SW; // Load row template $OUT .= LOAD_TEMPLATE('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'); } // ?>