Fixed #148
This commit is contained in:
parent
84723bd486
commit
193938b72c
@ -6,9 +6,12 @@
|
||||
<meta name="description" content="<?= CONFIG()->app_name ?>">
|
||||
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
|
||||
<link rel="top" title="<?= CONFIG()->app_name ?>" href="/">
|
||||
<?= $this->stylesheetLinkTag("application") ?>
|
||||
<?= $this->javascriptIncludeTag('application') ?>
|
||||
<?= $this->javascriptIncludeTag('moe-legacy/application') ?>
|
||||
<?php foreach (CONFIG()->asset_stylesheets as $asset) : ?>
|
||||
<?= $this->stylesheetLinkTag($asset) ?>
|
||||
<?php endforeach ?>
|
||||
<?php foreach (CONFIG()->asset_javascripts as $asset) : ?>
|
||||
<?= $this->javascriptIncludeTag($asset) ?>
|
||||
<?php endforeach ?>
|
||||
<?= CONFIG()->custom_html_headers ?>
|
||||
<?= $this->content('html_header') ?>
|
||||
</head>
|
||||
|
Reference in New Issue
Block a user