aboutsummaryrefslogtreecommitdiff
path: root/app/view/templates/layout.php
diff options
context:
space:
mode:
authorn-peugnet <n.peugnet@free.fr>2019-10-21 19:44:52 +0200
committern-peugnet <n.peugnet@free.fr>2019-10-21 21:49:12 +0200
commit9250000af69b5c0ddc73537ec40573df68283dcc (patch)
treeb844ef3625f0d1f00177f701289865016a1c8539 /app/view/templates/layout.php
parent01355d4e0173036fefe513ddf51f4d81ec66d90a (diff)
downloadwcms-9250000af69b5c0ddc73537ec40573df68283dcc.tar.gz
wcms-9250000af69b5c0ddc73537ec40573df68283dcc.zip
move js sources to /src/ & remove old worker stuff
Diffstat (limited to 'app/view/templates/layout.php')
-rw-r--r--app/view/templates/layout.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/view/templates/layout.php b/app/view/templates/layout.php
index 3c38be4..91ae378 100644
--- a/app/view/templates/layout.php
+++ b/app/view/templates/layout.php
@@ -18,11 +18,6 @@
echo '<link rel="stylesheet" href="' . Model::csspath() . Config::interfacecss() . '">';
}
?>
- <script>
- // global js vars
- const basepath = '/<?= Config::basepath() ?>/';
- const jspath = '<?= Model::jspath() ?>';
- </script>
</head>