forked from newscoop/theme-JournalB
-
Notifications
You must be signed in to change notification settings - Fork 0
/
page.tpl
43 lines (26 loc) · 896 Bytes
/
page.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
{{ include file="_ads/_ismobdevice.tpl" }}
{{ include file="_tpl/_html-head.tpl" }}
<!-- page.tpl -->
<body id="body" class="section-page">
{{ include file="_tpl/detect-fontsize.tpl" }}
<div class="prevent-horizontal-scroll">
<div class="container">
<div class="main">
{{ include file="_tpl/header.tpl" }}
<div class="row content">
{{ include file="_tpl/page-content.tpl" }}
</div><!-- /content -->
</div><!-- /main -->
<div class="sidebar">
{{ include file="_tpl/community-header.tpl" }}
<div class="row content">
<div class="article-community stable">
{{ include file="_tpl/page-community.tpl" }}
</div>
<div id="community"></div>
</div>
</div>
{{ include file="_tpl/footer.tpl" }}
</div><!-- /container -->
</div>
{{ include file="_tpl/_html-foot.tpl" }}