forked from newscoop/theme-Quetzal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsection.tpl
40 lines (27 loc) · 1.45 KB
/
section.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
{{ config_load file="{{ $gimme->language->english_name }}.conf" }}
{{ include file="_tpl/_html-head.tpl" }}
<body>
<!--[if lt IE 7]>
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
<![endif]-->
{{ include file="_tpl/header.tpl" }}
<section role="main" class="internal-page section-page">
<div class="wrapper">
{{ include file="_tpl/section-header.tpl" }}
<div class="container">
<section id="content">
<div class="row">
{{ include file="_tpl/section-cont.tpl" }}
{{ include file="_tpl/sidebar.tpl" }}
</div> <!--end div class="row"-->
{{ include file="_tpl/multimedia.tpl" }}
<div class="row front-bottom-blocks">
{{ include file="_tpl/more-news-block.tpl" }}
{{ include file="_tpl/map.tpl" }}
</div>
</section> <!-- end section id=content -->
</div> <!-- end div class='container' -->
</div> <!-- end div class='wrapper' -->
</section> <!-- end section role main -->
{{ include file="_tpl/footer.tpl" }}
{{ include file="_tpl/_html-foot.tpl" }}