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 @@ - stylesheetLinkTag("application") ?> - javascriptIncludeTag('application') ?> - javascriptIncludeTag('moe-legacy/application') ?> - custom_html_headers ?> - content('html_header') ?> + asset_stylesheets as $asset) : ?> + stylesheetLinkTag($asset) ?> + + asset_javascripts as $asset) : ?> + javascriptIncludeTag($asset) ?> + + custom_html_headers ?> + content('html_header') ?> - partial("layouts/notice") ?> + partial("layouts/notice") ?>
- content() ?> + content() ?>
- content('post_cookie_javascripts') ?> + content('post_cookie_javascripts') ?> @@ -32,6 +35,6 @@ })(); */ - ?> + ?>