File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 302
302
{
303
303
?>
304
304
<link type="text/css" rel="stylesheet" href="<?php print $ globalURL ; ?> /css/style-map.css?<?php print date ("H " ); ?> " />
305
- <link rel="stylesheet" href="<?php print $ globalURL ; ?> /css/leaflet.css" />
306
- <link rel="stylesheet" href="<?php print $ globalURL ; ?> /css/leaflet-sidebar.css" />
305
+ <link type="text/css" rel="stylesheet" href="<?php print $ globalURL ; ?> /css/leaflet.css" />
306
+ <link type="text/css" rel="stylesheet" href="<?php print $ globalURL ; ?> /css/leaflet-sidebar.css" />
307
307
<script src="<?php print $ globalURL ; ?> /js/leaflet.js"></script>
308
308
<script src="<?php print $ globalURL ; ?> /js/leaflet.ajax.min.js"></script>
309
309
<script src="<?php print $ globalURL ; ?> /js/Marker.Rotate.js"></script>
369
369
*/
370
370
?>
371
371
<?php
372
- if (isset ($ globalCustomCSS ) && $ glocalCustomCSS != '' ) {
372
+ if (isset ($ globalCustomCSS ) && $ globalCustomCSS != '' ) {
373
373
?>
374
- <link rel="stylesheet" href="<?php print $ globalCustomCSS ; ?> " />
374
+ <link type="text/css" rel="stylesheet" href="<?php print $ globalCustomCSS ; ?> " />
375
375
<?php
376
376
}
377
377
?>
You can’t perform that action at this time.
0 commit comments