Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ysurac committed May 10, 2017
1 parent 718b017 commit 2940348
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions header.php
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,8 @@
{
?>
<link type="text/css" rel="stylesheet" href="<?php print $globalURL; ?>/css/style-map.css?<?php print date("H"); ?>" />
<link rel="stylesheet" href="<?php print $globalURL; ?>/css/leaflet.css" />
<link rel="stylesheet" href="<?php print $globalURL; ?>/css/leaflet-sidebar.css" />
<link type="text/css" rel="stylesheet" href="<?php print $globalURL; ?>/css/leaflet.css" />
<link type="text/css" rel="stylesheet" href="<?php print $globalURL; ?>/css/leaflet-sidebar.css" />
<script src="<?php print $globalURL; ?>/js/leaflet.js"></script>
<script src="<?php print $globalURL; ?>/js/leaflet.ajax.min.js"></script>
<script src="<?php print $globalURL; ?>/js/Marker.Rotate.js"></script>
Expand Down Expand Up @@ -369,9 +369,9 @@
*/
?>
<?php
if (isset($globalCustomCSS) && $glocalCustomCSS != '') {
if (isset($globalCustomCSS) && $globalCustomCSS != '') {
?>
<link rel="stylesheet" href="<?php print $globalCustomCSS; ?>" />
<link type="text/css" rel="stylesheet" href="<?php print $globalCustomCSS; ?>" />
<?php
}
?>
Expand Down

0 comments on commit 2940348

Please sign in to comment.