special case: theater in march '26
This commit is contained in:
@@ -49,6 +49,9 @@
|
||||
$eventName = $event->title;
|
||||
$eventDate = date("d. m. Y", strtotime($seat->date));
|
||||
$eventTime = $event->starttime;
|
||||
if($eventDate == '15. 03. 2026'){
|
||||
$eventTime = '18:00';
|
||||
}
|
||||
$sumPrice = 0;
|
||||
|
||||
$my_user = Auth::user();
|
||||
|
@@ -42,6 +42,7 @@
|
||||
div.seatCharts-row:nth-child(7){
|
||||
padding-top: 70px;
|
||||
}
|
||||
/*
|
||||
div.seatCharts-row:nth-child(1){
|
||||
margin-left: 96px;
|
||||
}
|
||||
@@ -50,7 +51,7 @@ div.seatCharts-row:nth-child(2){
|
||||
}
|
||||
div.seatCharts-row:nth-child(3){
|
||||
margin-left: 64px;
|
||||
}
|
||||
}*/
|
||||
/*SOMMERTHEATERdiv.seatCharts-row:nth-last-child(53){
|
||||
margin-left: 32%;
|
||||
}
|
||||
|
Reference in New Issue
Block a user