Updated path for js and image

This commit is contained in:
Andreas Kristiansen
2024-03-16 15:48:12 +01:00
parent cbf89cd2d9
commit 20918bc714
3 changed files with 15 additions and 15 deletions

View File

@@ -29,6 +29,7 @@ class Map extends CI_Controller {
public function glob_plot() {
$footerData = [];
$footerData['scripts'] = [
'assets/js/globe/globe.gl.js?' . filemtime(realpath(__DIR__ . "/../../assets/js/globe/globe.gl.js")),
'assets/js/sections/globe.js?' . filemtime(realpath(__DIR__ . "/../../assets/js/sections/globe.js")),
];
$this->load->view('interface_assets/header');