Ignore:
Timestamp:
May 16, 2014, 1:38:42 AM (10 years ago)
Author:
luciano
Message:

Aggiornamento google maps

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/modules/Elezioni/index.php

    r208 r210  
    384384 echo "<br /><div><img src=\"modules.php?name=Elezioni&amp;file=foto&amp;id_sede=".$id_sede."\" alt=\"mappa\" /></div>";
    385385 }elseif($id_sede!='0' && $googlemaps=='1'){
    386     $mappa=googlemaps(); echo $mappa;
     386    $mappa=googlemaps(); //echo $mappa;
     387        echo "
     388        <div id=\"map\" style=\"width: 400px; height: 400px; margin: 0 auto;   position: relative; top:0; overflow: hidden;\"></div>
     389";
     390   // echo '<div id="map"></div>';
    387391 }
    388392
Note: See TracChangeset for help on using the changeset viewer.