Browse Source

updates

develop
Dslak 4 years ago
parent
commit
ee2401e393
  1. 1
      blocks/addADV.php
  2. 2
      home.php
  3. 4
      index.php

1
blocks/addADV.php

@ -82,6 +82,7 @@
echo "<option value=\"$p\">$p</option>";
}
}?>
<option value="NESSUN ORDINE">NON SONO ISCRITTO AD ALCUN ORDINE</option>
</select>
</div>

2
home.php

@ -18,7 +18,7 @@
<div class="col-12 col-sm-12 col-md-5 mb-2">
<div id="map">
<iframe width="100%" height="100%" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.it/maps?f=q&amp;source=s_q&amp;hl=it&amp;geocode=&amp;q=ordine+farmacisti+salerno&amp;sll=41.442726,12.392578&amp;sspn=17.04957,43.286133&amp;ie=UTF8&amp;hq=ordine+farmacisti&amp;hnear=Salerno+SA&amp;ll=40.685389,14.781933&amp;spn=0.004012,0.014656&amp;z=14&amp;iwloc=A&amp;cid=4099829483191197382&amp;output=embed"></iframe>
<iframe width="100%" height="100%" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.it/maps?f=q&amp;source=s_q&amp;hl=it&amp;geocode=&amp;q=ordine+farmacisti+salerno&amp;sll=41.442726,12.392578&amp;sspn=17.04957,43.286133&amp;ie=UTF8&amp;hq=ordine+farmacisti&amp;hnear=Salerno+SA&amp;ll=40.685389,14.781933&amp;spn=0.004012,0.014656&amp;z=14&amp;iwloc=A&amp;cid=4099829483191197382&amp;output=embed"></iframe>
</div>
</div>

4
index.php

@ -66,11 +66,11 @@
<base href="<?php echo $BASE_URL;?>/">
<link href="<?php echo $BASE_URL;?>/css/styles.css" rel="stylesheet" type="text/css"/>
<link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
<link rel="shortcut icon" type="image/png" href="<?php echo $BASE_URL;?>/images/favicon.png"/>
</head>
<body itemscope itemtype="http://schema.org/WebPage" class="<?php if($isHome){echo "is-home";}?>">
<body itemscope itemtype="https://schema.org/WebPage" class="<?php if($isHome){echo "is-home";}?>">
<?php
@include 'header.php';

Loading…
Cancel
Save