Browse Source

Include style.css via modulekit

master
parent
commit
cd859eb043
  1. 1
      index.php
  2. 3
      modulekit.php

1
index.php

@ -28,7 +28,6 @@ html_export_var(array(
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="node_modules/leaflet/dist/leaflet.css" />
<link rel="stylesheet" href="node_modules/font-awesome/css/font-awesome.min.css" />
<link rel="stylesheet" href='style.css' />
<link rel="stylesheet" href="node_modules/leaflet-geosearch/assets/css/leaflet.css" />
<link rel="stylesheet" href="node_modules/leaflet.locatecontrol/dist/L.Control.Locate.min.css" />
<script src="node_modules/leaflet/dist/leaflet.js"></script>

3
modulekit.php

@ -14,5 +14,8 @@ $include = array(
'src/options.php',
'src/language.php',
),
'css' => array(
'style.css',
),
);
$version = "3.x-dev";
Loading…
Cancel
Save