0) { $OPT = '{--OPTIMIZE_STATUS_OPTIMIZED--}'; $B1 = ''; $B2 = ''; $gain_tabs++; } elseif (count(explode(' ', $row_array[2])) == 0) { $OPT = '{--OPTIMIZE_STATUS_' . strtoupper($row_array[2]) . '--}'; } // Prepare data for the row template $content = array( 'b1' => $B1, 'b2' => $B2, 'tpl' => $row_array[0], 'rep' => $REP, 'opt' => $OPT, 'sum' => $row_array[3], 'sav' => $row_array[4], ); // Load row template and switch color $OUT .= loadTemplate('admin_optimize_row', true, $content); } // END - foreach // Remember rows $content['rows'] = $OUT; // Transfer data to $content for template $content = merge_array($content, $DATA); $content['now_optimized'] = $gain_tabs; // Load main template loadTemplate('admin_optimize', false, $content); // [EOF] ?>