diff options
author | Vincent Peugnet <33429034+vincent-peugnet@users.noreply.github.com> | 2019-10-21 23:52:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-21 23:52:50 +0200 |
commit | 26c93a796eceb3de136695548ab80e5455bd932a (patch) | |
tree | fa1f36802cdae44625a7a87960c5347e127f326d /app/view/templates/layout.php | |
parent | ba671a7c0880f8154a7b86d4cb172b0171e84021 (diff) | |
parent | 016dc180d41c28c8fb0883b09a55b69cb060a0c1 (diff) | |
download | wcms-26c93a796eceb3de136695548ab80e5455bd932a.tar.gz wcms-26c93a796eceb3de136695548ab80e5455bd932a.zip |
Merge pull request #13 from n-peugnet/add-code-mirror
Include CodeMirror in edit page
Diffstat (limited to 'app/view/templates/layout.php')
-rw-r--r-- | app/view/templates/layout.php | 5 |
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> |