Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- // Spočte celkový počet sedadel
- $totalSeats = array_sum(array_map(function ($x){ return count($x); }, $seatsCategories));
- ?>
- <?php if( count($occupiedSeats) < $totalSeats) :?>
- <!-- Zobrazit mapu na listky -->
- <?php endif; ?>
- <?php if(!empty($categories_auto['regular_standing'])): ?>
- <!-- Zobrazit vyber mist na listky -->
- <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement