-
Notifications
You must be signed in to change notification settings - Fork 15
/
404.html
38 lines (38 loc) · 1.07 KB
/
404.html
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
{Helper(file:'helpers/header')}
<div id="SidebarBg">
<div id="Main" class="clearfix">
{Helper(file:'helpers/sidebar-left')}
<div id="Primary" class="Column">
<div id="PageHeader">
{Path}
<h1>{%PageNotFound}</h1>
</div>
<div class="Notification Error">
<p>{%PageNotFoundInfo}</p>
</div>
<div id="LandingPageWrapper" class="clearfix">
<div id="PrimaryFeatures">
{TopSellers(
limit:6,
classes:'first|',
type:'normal',
timelimit:'-4 months',
before:'<h2 class="BoxHeader">{%BestsellingProducts}</h2>',
helper: 'helpers/listproduct'
)}
</div>
<div id="SecondaryFeatures">
{SearchPopularTerms(
limit: '10',
before: '<h2 class="BoxHeader">{%SearchPopularTerms}</h2><ul class="NavigationList">',
after: '</ul>',
helper: '{{ <li><a href="{SearchUrl}">{SearchKeyword}</a></li> }}'
)}
{Categories(before:'<h2 class="BoxHeader">{%BrowseCategories}</h2>')}
</div>
</div>
</div>
{Helper(file:'helpers/sidebar-right')}
</div>
</div>
{Helper(file:'helpers/footer')}