Changeset 407 for trunk/client/temi
- Timestamp:
- Mar 5, 2024, 10:09:23 PM (8 months ago)
- Location:
- trunk/client/temi
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/temi/Futura2/index.php
r371 r407 151 151 152 152 function footer_mon(){ 153 global $id_comune,$id_cons_gen,$tema,$colortheme,$rss; 153 global $id_comune,$id_cons_gen,$tema,$colortheme,$rss,$prefix,$dbi; 154 155 $sql="SELECT tema FROM `".$prefix."_config`"; 156 $res = $dbi->prepare("$sql"); 157 $res->execute(); 158 list($deftema) = $res->fetch(PDO::FETCH_NUM); 154 159 155 160 echo ' … … 161 166 if($tema=="Futura2") 162 167 //echo'<a href="backtoapp.html" data-rel="external" data-ajax="false">Chiudi</a>'; // per l'app precedente non piu usata 163 echo ' <a href="modules.php?name=Elezioni&tema= facebook&nocell=1" data-rel="external" data-ajax="false" >Versione Desktop</a>';168 echo ' <a href="modules.php?name=Elezioni&tema='.$deftema.'&nocell=1&op=gruppo&id_cons_gen='.$id_cons_gen.'" data-rel="external" data-ajax="false" >Versione Desktop</a>'; 164 169 else 165 echo ' <a href="modules.php?name=Elezioni&tema=facebook&desktop=1 " data-rel="external" data-ajax="false" >Versione Desktop</a>';170 echo ' <a href="modules.php?name=Elezioni&tema=facebook&desktop=1&op=gruppo" data-rel="external" data-ajax="false" >Versione Desktop</a>'; 166 171 echo'</div>'; 167 172 } -
trunk/client/temi/bsitalia/layout/styles/style.css
r400 r407 495 495 496 496 } 497 498 .td-100 { 499 500 501 width: 100%; 502 border: none; 503 text-align: left; 504 505 } 497 506 .td-640 { 498 507 float: left; -
trunk/client/temi/bsitalia/style.css
r400 r407 489 489 } 490 490 491 .td-100 { 492 493 494 width: 100%; 495 border: none; 496 text-align: left; 497 498 } 491 499 .td-89 { 492 500
Note:
See TracChangeset
for help on using the changeset viewer.