Showing with 3 additions and 3 deletions.
  1. +3 −3 index.php
6 changes: 3 additions & 3 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<table id="introTabel" cellspacing="0" cellpadding="0">
<tr>
<td>
<td width="35%">
<div>
Il progetto <b>LugMap</b> ha l'ambizione di offrire un elenco, quanto pi&ugrave; aggiornato, delle realt&agrave; che
ruotano attorno al perno del <a href="http://www.gnu.org/philosophy/free-sw.it.html">Software Libero</a>,
Expand All @@ -33,11 +33,11 @@
</div>
</td>

<td align="center">
<td align="center" width="50%">
<img id="italymap" src="/immagini/italia.gif" width="372" height="418" usemap="#italia" alt="Mappa LUG" />
</td>

<td align="right">
<td align="right" width="15%">
<?php
foreach ($elenco_regioni as $k => $v) {
if ($v == 'Italia') {$v = 'Gruppi Nazionali';}
Expand Down