Changeset 244 for trunk


Ignore:
Timestamp:
Jan 27, 2016, 8:07:44 PM (8 years ago)
Author:
luc
Message:

Corretti piccoli bug al tema Futura2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/temi/Futura2/index.php

    r231 r244  
    146146        <div data-role="footer" data-position="inline" data-icon="cogs">';
    147147       
    148         echo '  <h5><a href="http://www.eleonline.it" target="_blank">Eleonline</a> <span style="font-size:12px;"> di <a href="mailto:luciano@linuxap.it" >luciano apolito</a> & <a href="mailto:rgigli@libero.it">roberto gigli</a></span></h5></div>';
    149 if($tema=="Futura2")
     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>';
     149/*if($tema=="Futura2")
    150150echo'<a href="backtoapp.html" data-rel="external" data-ajax="false">Chiudi</a>';
    151151else
     152*/
    152153echo '&nbsp;<a href="modules.php?name=Elezioni&tema=facebook&desktop=1" data-rel="external" data-ajax="false" >Versione Desktop</a>';
    153154
     
    398399        {
    399400
    400               $sqlcomu="select t1.id_comune,t1.descrizione,count(0) from ".$prefix."_ele_comuni as t1, ".$prefix."_ele_cons_comune as t2 where t1.id_comune=t2.id_comune and t2.chiusa<2 group by t1.id_comune,t1.descrizione order by t1.descrizione asc";
     401              $sqlcomu="select t1.id_comune,t1.descrizione,count(0) from ".$prefix."_ele_comuni as t1, ".$prefix."_ele_cons_comune as t2 where t1.id_comune=t2.id_comune and t2.chiusa!='2' group by t1.id_comune,t1.descrizione order by t1.descrizione asc";
    401402               
    402403              $rescomu= $db->sql_query($sqlcomu);
Note: See TracChangeset for help on using the changeset viewer.