diff options
Diffstat (limited to 'src/web/_views/head.php')
-rw-r--r-- | src/web/_views/head.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/web/_views/head.php b/src/web/_views/head.php index 27613ff..100e4a0 100644 --- a/src/web/_views/head.php +++ b/src/web/_views/head.php @@ -27,3 +27,6 @@ <?php foreach($css as $file) echo $this->embed_css($file); ?> + <?php foreach($js as $file) + echo $this->link_js($file); + ?> |