= $view['wr_reserved_start'] && $today <= $view['wr_reserved_end']) { $status_text = '노출 중'; $status_class = 'active'; } elseif ($today > $view['wr_reserved_end']) { $status_text = '노출 종료'; $status_class = 'expired'; } ?>