Advertisement
arxeiss

Tickito - šablona počet sedadel

Mar 23rd, 2019
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.35 KB | None | 0 0
  1. <?php
  2. // Spočte celkový počet sedadel
  3. $totalSeats  = array_sum(array_map(function ($x){ return count($x); }, $seatsCategories));
  4. ?>
  5.  
  6. <?php if( count($occupiedSeats) < $totalSeats) :?>
  7. <!-- Zobrazit mapu na listky -->
  8. <?php endif; ?>
  9.  
  10.  
  11. <?php if(!empty($categories_auto['regular_standing'])): ?>
  12. <!-- Zobrazit vyber mist na listky -->
  13. <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement