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