Sponsoring
Eis Sponsoren:
” ) and (dtSortie is null or dtSortie = ” or dtSortie >= curdate() ) order by memSponsorPrio”;
$resSponsor = $wpdb->get_results( $strSQL, ARRAY_A );
$count = 0;
echo “[row_fluid]”;
foreach ($resSponsor as $sponsors){
if ($count == 3){
$count = 0;
echo”[/row_fluid]”;
echo”[row_fluid]”;
}
echo “[one_third]”;
if ($sponsors[“dtLink”] == “”){
echo ‘‘;
}else{
echo ‘‘;
}
echo “[/one_third]”;
$count++;
}
echo”[/row_fluid]”;
?>