Changeset 251 for trunk


Ignore:
Timestamp:
Apr 10, 2016, 12:00:41 PM (8 years ago)
Author:
luc
Message:

Client:
solo per il tema per mobile Futura2
sistemazione scelta dei colori del tema - possibilità di visualizzre anche nell'app la versione desktop

Location:
trunk/client
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/header.php

    r247 r251  
    1212    die();
    1313}
    14 
     14if(!isset($nocell))$nocell='';
    1515### tema mobile Futura 2
    1616include("inc/mobile.php"); // riconoscimento mobile
  • trunk/client/temi/Futura2/index.php

    r249 r251  
    1313# colore tema mobile
    1414include("temi/$tema/config.php");
    15 $colortheme='c';
    1615$colortheme=$_SESSION['colortheme'];
    1716if($colortheme=='')$colortheme="c";
     
    148147       
    149148        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
     150if($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 '&nbsp;<a href="modules.php?name=Elezioni&tema=facebook&nocell=1" data-rel="external" data-ajax="false" >Versione Desktop</a>';
    152153else
    153 */
    154 echo '&nbsp;<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 '&nbsp;<a href="modules.php?name=Elezioni&tema=facebook&desktop=1" data-rel="external" data-ajax="false" >Versione Desktop</a>';
     155        echo'</div>';
    159156}
    160157
Note: See TracChangeset for help on using the changeset viewer.