-
Notifications
You must be signed in to change notification settings - Fork 9
/
theme.tpl
159 lines (125 loc) · 5.81 KB
/
theme.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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<!doctype html>
<html lang="<{$xoops_langcode}>">
<head>
<{assign var=theme_name value=$xoTheme->folderName}>
<meta charset="<{$xoops_charset}>">
<meta name="keywords" content="<{$xoops_meta_keywords}>">
<meta name="description" content="<{$xoops_meta_description}>">
<meta name="robots" content="<{$xoops_meta_robots}>">
<meta name="rating" content="<{$xoops_meta_rating}>">
<meta name="author" content="<{$xoops_meta_author}>">
<meta name="generator" content="XOOPS">
<!--[if IE]>
<meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Owl Carousel Assets -->
<link href="<{xoImgUrl}>js/owl/assets/owl.carousel.css" rel="stylesheet">
<link href="<{xoImgUrl}>js/owl/assets/owl.theme.default.css" rel="stylesheet">
<link href="<{$xoops_url}>/favicon.ico" rel="shortcut icon">
<link rel="stylesheet" type="text/css" href="<{xoImgUrl}>css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="<{xoImgUrl}>css/xoops.css">
<link rel="stylesheet" type="text/css" href="<{xoImgUrl}>css/reset.css">
<link rel="stylesheet" type="text/css" media="all" href="<{$xoops_themecss}>">
<link rel="stylesheet" type="text/css" media="screen" href="<{xoImgUrl}>css/scrollup.css"/>
<link rel="stylesheet" type="text/css" media="screen" href="<{xoImgUrl}>css/headhesive.css"/>
<!-- Multi-level Menu -->
<link rel="stylesheet" type="text/css" href="<{xoImgUrl}>css/multilevelmenu.css">
<{if $xoops_dirname=='newbb'}>
<link rel="stylesheet" type="text/css" media="screen" href="<{xoImgUrl}>css/forums.css"/>
<{/if}>
<script src="<{$xoops_url}>/browse.php?Frameworks/jquery/jquery.js"></script>
<script src="<{xoImgUrl}>js/bootstrap.min.js"></script>
<script src="<{xoImgUrl}>js/masonry.pkgd.min.js"></script>
<script src="<{xoImgUrl}>js/headhesive.min.js"></script>
<{*<script src="<{xoImgUrl}>js/headhesive.js"></script>*}>
<script src="<{xoImgUrl}>js/jquery.scrollUp.min.js"></script>
<script src="<{xoImgUrl}>js/imagesloaded.pkgd.min.js"></script>
<!--[if lt IE 9]>
<script src="http://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="http://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<script src="<{xoImgUrl}>js/selectivizr-min.js"></script>
<![endif]-->
<script src="<{xoImgUrl}>js/js.js"></script>
<link rel="alternate" type="application/rss+xml" title="" href="<{xoAppUrl backend.php}>">
<title><{if $xoops_dirname == "system"}><{$xoops_sitename}><{if $xoops_pagetitle !=''}> - <{$xoops_pagetitle}><{/if}><{else}><{if $xoops_pagetitle !=''}><{$xoops_pagetitle}> - <{$xoops_sitename}><{/if}><{/if}></title>
<{includeq file="$theme_name/tpl/shareaholic-script.tpl"}>
<{$xoops_module_header}>
</head>
<body id="<{$xoops_dirname}>">
<{includeq file="$theme_name/tpl/nav-menu.tpl"}>
<{includeq file="$theme_name/tpl/slider.tpl"}>
<div class="container maincontainer">
<{if $xoops_page == "index"}>
<div class="aligncenter home-message row">
<div class="<{if $xoops_banner != ""}>col-md-6<{else}>col-md-12<{/if}>">
<h2><{$smarty.const.THEME_ABOUTUS}></h2>
<p class="lead"><{$xoops_meta_description}></p>
<p><a href="javascript:;" class="btn btn-md btn-success"><{$smarty.const.THEME_LEARNINGMORE}></a></p>
</div>
<{if $xoops_banner != ""}>
<div class="col-md-6">
<div class="xoops-banner pull-right"><{$xoops_banner}></div></div><{/if}>
</div>
<!-- .home-message -->
<{/if}>
<div class="row">
<{includeq file="$theme_name/tpl/leftBlock.tpl"}>
<{includeq file="$theme_name/tpl/content-zone.tpl"}>
<{includeq file="$theme_name/tpl/rightBlock.tpl"}>
</div>
</div><!-- .maincontainer -->
<{if $xoBlocks.page_bottomcenter || $xoBlocks.page_bottomright || $xoBlocks.page_bottomleft}>
<div class="bottom-blocks">
<div class="container">
<div class="row">
<{includeq file="$theme_name/tpl/leftBottom.tpl"}>
<{includeq file="$theme_name/tpl/centerBottom.tpl"}>
<{includeq file="$theme_name/tpl/rightBottom.tpl"}>
</div>
</div>
</div>
<!-- .bottom-blocks -->
<{/if}>
<{if $xoBlocks.footer_center || $xoBlocks.footer_right || $xoBlocks.footer_left}>
<div class="footer-blocks">
<div class="container">
<div class="row">
<{includeq file="$theme_name/tpl/leftFooter.tpl"}>
<{includeq file="$theme_name/tpl/centerFooter.tpl"}>
<{includeq file="$theme_name/tpl/rightFooter.tpl"}>
</div>
</div>
</div>
<!-- .footer-blocks -->
<{/if}>
<!-- end of new footer blocks -->
<script>
// Set options
var options = {
offset: '#showHere',
classes: {
clone: 'adhesiveHeader--clone',
stick: 'adhesiveHeader--stick',
unstick: 'adhesiveHeader--unstick'
}
};
// Initialise with options
var adhesiveHeader = new Headhesive('.adhesiveHeader', options);
// Headhesive destroy
// adhesiveHeader.destroy();
</script>
<footer class="footer">
<h3>
<{$xoops_footer}>
<a href="http://xoops.org" title="Design by: XOOPS UI/UX Team" target="_blank" class="credits visible-md visible-sm visible-lg">
<img src="<{xoImgUrl}>images/favicon.png" alt="Design by: XOOPS UI/UX Team">
</a>
</h3>
</footer>
<div class="aligncenter comments-nav visible-xs">
<a href="http://xoops.org" title="Design by: XOOPS UI/UX Team" target="_blank">
<img src="<{xoImgUrl}>images/favicon.png" alt="Design by: XOOPS UI/UX Team">
</a>
</div>
</body>
</html>