Showing with 3 additions and 5 deletions.
  1. +3 −5 regione.php
8 changes: 3 additions & 5 deletions regione.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,13 @@
<thead>
<tr>
<th>Provincia</th>
<th>Denominazione</th>
<th>Zona</th>
<th>Sito</th>
<th>Denominazione</th>
</tr>
</thead>
<tfoot>
<tr>
<td colspan="4"></td>
<td colspan="3"></td>
</tr>
</tfoot>
<tbody>
Expand All @@ -84,9 +83,8 @@
# stampa dei campi ?>
<tr class="row_<?php echo ($nriga % 2); ?>">
<td class="province"><?php echo $provincia ?></td>
<td><a class="generalink" href="<?php echo $sito ?>"><?php echo $denominazione ?></a></td>
<td><?php echo $zona ?></td>
<td class="contactUrl"><a href="<?php echo $sito ?>"><?php echo $sito ?></a></td>
<td><a class="generalink" href="<?php echo $sito ?>"><?php echo $denominazione ?></a></td>
</tr>
<?php endwhile;?>
</tbody>
Expand Down