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