forked from newscoop/theme-JournalB
-
Notifications
You must be signed in to change notification settings - Fork 0
/
static_section.tpl
61 lines (38 loc) · 1.21 KB
/
static_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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{{ include file="_ads/_ismobdevice.tpl" }}
{{ include file="_tpl/_html-head.tpl" }}
<!-- static_section.tpl -->
<body id="body" class="static-page">
<div class="prevent-horizontal-scroll">
<div class="container">
<div class="main">
{{ include file="_tpl/header.tpl" }}
<div class="row content">
<div class="addbar"></div>
<div class="contentbar section-page">
{{ include file="_html/control-sharebox.html" }}
<article class="page">
<a name="mobile_startpoint"></a>
<header>
<h1>{{ $gimme->section->name }}</h1>
<script type="text/javascript"> var is_gallery = false; </script>
</header>
<div class="mcontentbar"><div class="font-sens">
{{ $gimme->section->description }}
<div style="clear:both"></div>
</div></div>
</article>
<div class="article-community mobile"></div>
</div>
</div><!-- /content -->
</div><!-- /main -->
<div class="sidebar">
{{ include file="_tpl/community-header.tpl" }}
<div class="row content">
<div id="community"></div>
{{ include file="_tpl/community-front.tpl" }}
</div>
</div>
{{ include file="_tpl/footer.tpl" }}
</div><!-- /container -->
</div>
{{ include file="_tpl/_html-foot.tpl" }}