if($day1 == 'Суббота' or $day1 == 'Воскресенье') {
// some else code here...
echo "<td class='red-border'>...</td>";
}
<?php
$day = date('d ' . $months[date( 'n',strtotime("0 day"))],strtotime("0 day"));
$day1 = date($days[date('N', strtotime("0 day") )]);
$id_broni = date('dm', strtotime("0 day") );
if($day1 == 'Суббота' or $day1 == 'Воскресенье') {$sum = get_post_meta( $post->ID, 'cost_night', true ).'р';} else {$sum = get_post_meta( $post->ID, 'cost_day', true ).'р';}
?>