Smarty: Inline head.tpl and footer.tpl into page.tpl
This commit is contained in:
parent
40d707c96d
commit
12bf92249c
@ -1,4 +0,0 @@
|
|||||||
</main>
|
|
||||||
</div> <!-- .container -->
|
|
||||||
</body>
|
|
||||||
</html>
|
|
31
tpl/head.tpl
31
tpl/head.tpl
@ -1,31 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="{$html_lang}">
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
|
|
||||||
{if !empty($title)}
|
|
||||||
<title>{$title|html} - {$APPLICATION_NAME|html}</title>
|
|
||||||
{else}
|
|
||||||
<title>{$APPLICATION_NAME|html}</title>
|
|
||||||
{/if}
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="{'css/bootstrap.min.css'|resource}">
|
|
||||||
<link rel="stylesheet" href="{'css/datepicker3.css'|resource}">
|
|
||||||
<link rel="stylesheet" href="{'css/style.css'|resource}">
|
|
||||||
<link rel="stylesheet" href="{'css/frama.css'|resource}">
|
|
||||||
<link rel="stylesheet" href="{'css/print.css'|resource}" media="print">
|
|
||||||
<script type="text/javascript" src="{'js/jquery-1.11.1.min.js'|resource}"></script>
|
|
||||||
<script type="text/javascript" src="{'js/bootstrap.min.js'|resource}"></script>
|
|
||||||
<script type="text/javascript" src="{'js/bootstrap-datepicker.js'|resource}"></script>
|
|
||||||
<script type="text/javascript" src="{"js/locales/bootstrap-datepicker.$html_lang.js"|resource}"></script>
|
|
||||||
<script type="text/javascript" src="{'js/core.js'|resource}"></script>
|
|
||||||
|
|
||||||
{if !empty($nav_js)}
|
|
||||||
<script src="{'nav/nav.js'|resource}" id="nav_js" type="text/javascript" charset="utf-8"></script><!-- /Framanav -->
|
|
||||||
{/if}
|
|
||||||
|
|
||||||
{block name="header"}{/block}
|
|
||||||
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div class="container ombre">
|
|
38
tpl/page.tpl
38
tpl/page.tpl
@ -1,6 +1,40 @@
|
|||||||
{include file='head.tpl'}
|
<!DOCTYPE html>
|
||||||
|
<html lang="{$html_lang}">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
|
||||||
|
{if !empty($title)}
|
||||||
|
<title>{$title|html} - {$APPLICATION_NAME|html}</title>
|
||||||
|
{else}
|
||||||
|
<title>{$APPLICATION_NAME|html}</title>
|
||||||
|
{/if}
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="{'css/bootstrap.min.css'|resource}">
|
||||||
|
<link rel="stylesheet" href="{'css/datepicker3.css'|resource}">
|
||||||
|
<link rel="stylesheet" href="{'css/style.css'|resource}">
|
||||||
|
<link rel="stylesheet" href="{'css/frama.css'|resource}">
|
||||||
|
<link rel="stylesheet" href="{'css/print.css'|resource}" media="print">
|
||||||
|
<script type="text/javascript" src="{'js/jquery-1.11.1.min.js'|resource}"></script>
|
||||||
|
<script type="text/javascript" src="{'js/bootstrap.min.js'|resource}"></script>
|
||||||
|
<script type="text/javascript" src="{'js/bootstrap-datepicker.js'|resource}"></script>
|
||||||
|
<script type="text/javascript" src="{"js/locales/bootstrap-datepicker.$html_lang.js"|resource}"></script>
|
||||||
|
<script type="text/javascript" src="{'js/core.js'|resource}"></script>
|
||||||
|
|
||||||
|
{if !empty($nav_js)}
|
||||||
|
<script src="{'nav/nav.js'|resource}" id="nav_js" type="text/javascript" charset="utf-8"></script><!-- /Framanav -->
|
||||||
|
{/if}
|
||||||
|
|
||||||
|
{block name="header"}{/block}
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="container ombre">
|
||||||
|
|
||||||
{include file='header.tpl'}
|
{include file='header.tpl'}
|
||||||
|
|
||||||
{block name=main}{/block}
|
{block name=main}{/block}
|
||||||
|
|
||||||
{include file='footer.tpl'}
|
</main>
|
||||||
|
</div> <!-- .container -->
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue
Block a user