-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.dwt.php
executable file
·53 lines (48 loc) · 2.1 KB
/
index.dwt.php
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
<?php
/*
Name: 首页模板
Description: 这是首页
Libraries: page_menu,page_header,model_banner,model_nav,model_brand_list
*/
defined('IN_ECJIA') or header("HTTP/1.0 404 Not Found");exit('404 Not Found');
?>
<!-- {extends file="ecjia-touch.dwt.php"} -->
<!-- {block name="footer"} -->
<script type="text/javascript">
ecjia.touch.index.init();
</script>
<!-- {/block} -->
<!-- {block name="main-content"} -->
<!-- TemplateBeginEditable name="页面内容" desc="首页侧边栏" -->
<!-- #BeginLibraryItem "/library/index_header.lbi" --><!-- #EndLibraryItem -->
{nocache}
<div class="ecjia-placeholder"></div>
{if $home_data}
<!-- {foreach from=$home_data item=value key=key} -->
{if $value.module eq 'home_cycleimage'}
<!-- #BeginLibraryItem "/library/model_banner.lbi" --><!-- #EndLibraryItem -->
{else if $value.module eq 'home_shortcut'}
<!-- #BeginLibraryItem "/library/model_nav.lbi" --><!-- #EndLibraryItem -->
{else if $value.module eq 'home_complex_adsense_one'}
<!-- #BeginLibraryItem "/library/model_adsense.lbi" --><!-- #EndLibraryItem -->
{else if $value.module eq 'best_goods'}
<!-- #BeginLibraryItem "/library/model_suggest_goods.lbi" --><!-- #EndLibraryItem -->
{else if $value.module eq 'new_goods'}
<!-- #BeginLibraryItem "/library/model_new_goods.lbi" --><!-- #EndLibraryItem -->
{else if $value.module eq 'promote_goods'}
<!-- #BeginLibraryItem "/library/model_promotions.lbi" --><!-- #EndLibraryItem -->
{else if $value.module eq 'groupbuy_goods'}
<!-- #BeginLibraryItem "/library/model_groupbuy.lbi" --><!-- #EndLibraryItem -->
{else if $value.module eq 'home_complex_adsense_two'}
<!-- #BeginLibraryItem "/library/model_adsense_two.lbi" --><!-- #EndLibraryItem -->
{/if}
<!-- {/foreach} -->
{/if}
<!-- #BeginLibraryItem "/library/model_store.lbi" --><!-- #EndLibraryItem -->
<!-- #BeginLibraryItem "/library/model_bar.lbi" --><!-- #EndLibraryItem -->
<!-- TemplateEndEditable -->
<!-- TemplateBeginEditable name="页面内容二" desc="页面内容二" -->
<!-- #BeginLibraryItem "/library/model_download.lbi" --><!-- #EndLibraryItem -->
<!-- TemplateEndEditable -->
{/nocache}
<!-- {/block} -->