forked from newscoop/theme-NewCustodian
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.tpl
executable file
·39 lines (21 loc) · 959 Bytes
/
404.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
{{ config_load file="{{ $gimme->language->english_name }}.conf" }}
{{ include file="_tpl/_html-head.tpl" }}
<body id="sectionpage">
<div id="container">
{{ include file="_tpl/header.tpl" }}
<div class="row clearfix" role="main">
<div id="maincol" class="eightcol clearfix">
{{ if !($gimme->url->is_valid) }}
<h1>{{ 'sorryNoFound'|translate }}</h1>
{{ /if }}
</div><!-- /#maincol -->
<div id="sidebar" class="fourcol last">
{{ include file="_tpl/sidebar-loginbox.tpl" }}
{{ include file="_tpl/sidebar-most.tpl" }}
{{ include file="_tpl/sidebar-community-feed.tpl" }}
{{ include file="_tpl/_banner-sidebar.tpl" }}
</div><!-- /#sidebar -->
</div>
{{ include file="_tpl/footer.tpl" }}
</div> <!-- /#container -->
{{ include file="_tpl/_html-foot.tpl" }}