foreach ($thanks AS $thank) { if ($cmpt<$number_rows) { $virg=","; } else { $virg=""; } if (show_thanks_date($forumid)) { $date_thank = vbdate($vbulletin->options['dateformat'], $thank['date'], true); } eval('$liste_user .= " ' . fetch_template('post_thanks_box_bit') . '";'); $cmpt++; }