mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-01 05:44:41 +03:00
Add custom elements in the header after default ones
Move "header" block in the "default" pages style to the bottom of header tag.
This commit is contained in:
parent
c20f285ca7
commit
450f3e5d35
@ -4,13 +4,13 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="shortcut icon" href="{{stylePath}}/images/favicon.ico" type="image/x-icon"/>
|
||||
{{#block "header"}}{{/block}}
|
||||
<title>
|
||||
{{title}} - {{l10n "app.title"}}
|
||||
</title>
|
||||
<link href="{{stylePath}}/css/default.css" rel="stylesheet" type="text/css" />
|
||||
<!--[if lte IE 7]><link href="{{stylePath}}/css/default_ie.css" rel="stylesheet" type="text/css" /><![endif] -->
|
||||
<!--[if lte IE 6]><script language="JavaScript" type="text/javascript" src="{{mibewRoot}}/js/compiled/ie.js"></script><![endif]-->
|
||||
{{#block "header"}}{{/block}}
|
||||
</head>
|
||||
|
||||
<body{{#unlessOverridden "menu"}} style="min-width: 400px;"{{/unlessOverridden}}>
|
||||
|
Loading…
Reference in New Issue
Block a user