Changeset 251 for trunk/client
- Timestamp:
- Apr 10, 2016, 12:00:41 PM (9 years ago)
- Location:
- trunk/client
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/header.php
r247 r251 12 12 die(); 13 13 } 14 14 if(!isset($nocell))$nocell=''; 15 15 ### tema mobile Futura 2 16 16 include("inc/mobile.php"); // riconoscimento mobile -
trunk/client/temi/Futura2/index.php
r249 r251 13 13 # colore tema mobile 14 14 include("temi/$tema/config.php"); 15 $colortheme='c';16 15 $colortheme=$_SESSION['colortheme']; 17 16 if($colortheme=='')$colortheme="c"; … … 148 147 149 148 echo ' <h5><a href="http://www.eleonline.it" target="_blank">Eleonline</a> <span style="font-size:12px;"> di luciano apolito & roberto gigli</span></h5></div>'; 150 /*if($tema=="Futura2") 151 echo'<a href="backtoapp.html" data-rel="external" data-ajax="false">Chiudi</a>'; 149 150 if($tema=="Futura2") 151 //echo'<a href="backtoapp.html" data-rel="external" data-ajax="false">Chiudi</a>'; // per l'app precedente non piu usata 152 echo ' <a href="modules.php?name=Elezioni&tema=facebook&nocell=1" data-rel="external" data-ajax="false" >Versione Desktop</a>'; 152 153 else 153 */ 154 echo ' <a href="modules.php?name=Elezioni&tema=facebook&desktop=1" data-rel="external" data-ajax="false" >Versione Desktop</a>'; 155 156 echo'</div> 157 '; 158 154 echo ' <a href="modules.php?name=Elezioni&tema=facebook&desktop=1" data-rel="external" data-ajax="false" >Versione Desktop</a>'; 155 echo'</div>'; 159 156 } 160 157
Note:
See TracChangeset
for help on using the changeset viewer.