aboutsummaryrefslogtreecommitdiff
path: root/app/view/templates/media.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/view/templates/media.php')
-rw-r--r--app/view/templates/media.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/view/templates/media.php b/app/view/templates/media.php
index a8b7157..7f2101b 100644
--- a/app/view/templates/media.php
+++ b/app/view/templates/media.php
@@ -185,7 +185,12 @@ $this->layout('layout', ['title' => 'media', 'stylesheets' => [$css . 'home.css'
</main>
+<?php if(!Wcms\Config::disablejavascript()) { ?>
+
<script src="<?= Wcms\Model::jspath() ?>media.bundle.js"></script>
+<?php } ?>
+
+
<?php $this->stop('page') ?> \ No newline at end of file