Skip to content
Snippets Groups Projects
Commit b6e1486a authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Fix script path

parent da047e9d
Branches
Tags
No related merge requests found
......@@ -43,7 +43,7 @@ header('X-Frame-Options: SAMEORIGIN');
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="initial-scale=1.0" />
<script type="text/javascript" src="/<?php echo $this->data['baseurlpath']; ?>assets/js/src/script.js"></script>
<script type="text/javascript" src="/<?php echo $this->data['baseurlpath']; ?>resources/script.js"></script>
<title><?php
if (array_key_exists('header', $this->data)) {
echo $this->data['header'];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment