diff --git a/app/views/layouts/bare.php b/app/views/layouts/bare.php index 3f27e83..f4f7f27 100755 --- a/app/views/layouts/bare.php +++ b/app/views/layouts/bare.php @@ -6,18 +6,21 @@ - = $this->stylesheetLinkTag("application") ?> - = $this->javascriptIncludeTag('application') ?> - = $this->javascriptIncludeTag('moe-legacy/application') ?> - = CONFIG()->custom_html_headers ?> - = $this->content('html_header') ?> + asset_stylesheets as $asset) : ?> + = $this->stylesheetLinkTag($asset) ?> + + asset_javascripts as $asset) : ?> + = $this->javascriptIncludeTag($asset) ?> + + = CONFIG()->custom_html_headers ?> + = $this->content('html_header') ?>
- = $this->partial("layouts/notice") ?> + = $this->partial("layouts/notice") ?>