Ignore:
Timestamp:
Jun 21, 2015, 10:46:17 PM (9 years ago)
Author:
luc
Message:

Aggiunta del widget Privacy e CookieLaw per l'informativa sui cookie - Aggiunto Tema Realistic - Aggiunto Tema Spectral

Location:
trunk/client/modules/Elezioni
Files:
10 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/modules/Elezioni/blocchi/04_sezioni.php

    r113 r241  
    6767                        $html .="<td style=\"margin:0px auto; text-align:center; width:5%;\" bgcolor=\"$bgsez\"><a href=\"modules.php?id_cons_gen=$id_cons_gen&name=Elezioni&id_comune=$id_comune&perc=true&file=index&op=$pos&minsez=$sez_num&offsetsez=$sez_num\"><b>$sez_num</b></a></td>";
    6868
    69                         if (($i%8) ==0) $html .="</tr>\n<tr>";
     69                        if (($i%5) ==0) $html .="</tr>\n<tr>";
    7070                }
    7171               
  • trunk/client/modules/Elezioni/index.php

    r233 r241  
    11891189        include("evvai.php");
    11901190   break;
     1191   case "privacy":
     1192        include("blocchi/privacy/privacy.php");
     1193   break;       
    11911194
    11921195}
Note: See TracChangeset for help on using the changeset viewer.