9 lines
161 B
Plaintext
9 lines
161 B
Plaintext
|
<h2>Zones</h2>
|
||
|
<?php $count = 0; ?>
|
||
|
<?php foreach ($zones as $zone): ?>
|
||
|
<?php $count++; ?>
|
||
|
<?php endforeach; ?>
|
||
|
<?php unset($zone); ?>
|
||
|
|
||
|
</table>
|