-
Notifications
You must be signed in to change notification settings - Fork 0
/
layout.tpl
110 lines (81 loc) · 2.76 KB
/
layout.tpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<!--
______ __ __ ______ __ __ ______
/\__ _\ /\ \_\ \ /\ ___\ /\ \ /\ \ /\ __ \
\/_/\ \/ \ \ __ \ \ \ __\ \ \ \____ \ \ \ \ \ __ \
\ \_\ \ \_\ \_\ \ \_____\ \ \_____\ \ \_\ \ \_\ \_\
\/_/ \/_/\/_/ \/_____/ \/_____/ \/_/ \/_/\/_/
Copyright (c) OpenStudio
email : [email protected]
web : http://www.thelia.net
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the
GNU General Public License : http://www.gnu.org/licenses/
-->
<!--
TEMPLATE-TEST-HOOK
-->
{* Declare assets directory, relative to template base directory *}
{declare_assets directory='assets'}
{* Set the default translation domain, that will be used by {intl} when the 'd' parameter is not set *}
{default_translation_domain domain='fo.default'}
{hook name="main.head-top"}
{hook name="main.stylesheet"}
{hook name="main.body-top"}
{hook name="main.header-top"}
{hook name="main.navbar-secondary"}
{ifhook rel="main.navbar-secondary"}
::main.navbar-secondary ifhook::
{/ifhook}
{elsehook rel="main.navbar-secondary"}
::main.navbar-secondary elsehook::
{/elsehook}
{hook name="main.navbar-primary"}
{ifhook rel="main.navbar-primary"}
::main.navbar-primary ifhook::
{/ifhook}
{elsehook rel="main.navbar-primary"}
::main.navbar-primary elsehook::
{/elsehook}
{hook name="main.header-bottom"}
{hook name="main.content-top"}
{block name="main-content"}{/block}
{hook name="main.content-bottom"}
{ifhook rel="main.footer-top"}
{hook name="main.footer-top"}
{/ifhook}
{elsehook rel="main.footer-top"}
::NO main.footer-top::
{/elsehook}
{ifhook rel="product.additional"}
{hookblock name="product.additional"}
{forhook rel="product.additional"}
::product.additional ifhook::
{/forhook}
{/hookblock}
{/ifhook}
{elsehook rel="product.additional"}
::product.additional elsehook::
{/elsehook}
{ifhook rel="main.footer-body"}
::main.footer-body ifhook::
{hookblock name="main.footer-body"}
{forhook rel="main.footer-body"}
::main.footer-body {$id} {$class} {$content}::
{/forhook}
{/hookblock}
{/ifhook}
{elsehook rel="main.footer-body"}
::main.footer-body elsehook::
{/elsehook}
{ifhook rel="main.footer-bottom"}
{hook name="main.footer-bottom"}
{/ifhook}
{elsehook rel="main.footer-bottom"}
::NO main.footer-bottom::
{/elsehook}
{hook name="main.after-javascript-include"}
{block name="after-javascript-include"}{/block}
{hook name="main.javascript-initialization"}
{block name="javascript-initialization"}{/block}
{hook name="main.body-bottom"}