forked from newscoop/theme-Quetzal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtopic.tpl
32 lines (22 loc) · 1.16 KB
/
topic.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
{{ 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/topic-header.tpl" }}
<div class="container">
<section id="content">
<div class="row">
{{ include file="_tpl/topic-cont.tpl" }}
{{ include file="_tpl/sidebar.tpl" }}
</div> <!--end div class="row"-->
</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" }}