1
0
Fork 0

Update geo.php

Actualizando para que los llamados de librerias externas lo haga usando https. y se coloca para que sea llamado de forma local el css/sticky-footer-navbar.css que venia de una fuente sin ssl.
This commit is contained in:
Kleper 2015-07-10 08:03:27 -05:00
parent 13ec6c08d6
commit d4981c0a76
1 changed files with 3 additions and 3 deletions

View File

@ -22,11 +22,11 @@ $xajax->processRequests();
<link rel="shortcut icon" href="favicon-152.png">
<link rel="apple-touch-icon-precomposed" href="favicon-152.png">
<link href="css/font-awesome/css/font-awesome.css" rel="stylesheet">
<link href="http://getbootstrap.com/examples/sticky-footer-navbar/sticky-footer-navbar.css" rel="stylesheet">
<link href="css/sticky-footer-navbar.css" rel="stylesheet">
<script src="https://cdn.leafletjs.com/leaflet-0.7/leaflet.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.3/leaflet.js"></script>
<link rel="stylesheet" href="https://cdn.leafletjs.com/leaflet-0.7/leaflet.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.3/leaflet.css" />
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/estilos.php" rel="stylesheet">
<style type="text/css">