-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfooter.php
97 lines (60 loc) · 1.95 KB
/
footer.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
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
<?php
// footer menu dưới dạng widget
//$eb_footer_widget = _eb_echbay_sidebar( 'eb_footer_global', 'eb-widget-footer cf', 'div', 1, 0, 1 );
// nếu không có nội dung trong widget -> lấy theo thiết kế mặc định
//if ( $eb_footer_widget == '' ) {
if ( $__cf_row['cf_using_footer_default'] == 1 ) {
// echo $eb_footer_widget;
// include EB_THEME_PLUGIN_INDEX . 'footer_default.php';
//
foreach ( $arr_includes_footer_file as $v ) {
include $v;
}
}
?>
<!-- quick view video -->
<div class="quick-video">
<div class="quick-video-close big cf">
<div class="lf f40 show-if-mobile"><i title="Close" class="fa fa-remove cur d-block"></i></div>
<div class="text-right rf f20 hide-if-mobile"><i title="Close" class="fa fa-remove cur d-block"></i></div>
</div>
<div class="quick-video-padding">
<div id="quick-video-content"></div>
</div>
</div>
<!-- -->
<div id="oi_scroll_top" class="fa fa-chevron-up default-bg"></div>
<div id="fb-root"></div>
<div id="oi_popup"></div>
<!-- mobile menu -->
<?php
// kiểm tra NAV mobile theo theme, nếu không có -> dùng bản dùng chung
echo EBE_html_template( EBE_get_page_template( 'search_nav_mobile' ), array(
'tmp.str_nav_mobile_top' => $str_nav_mobile_top,
'tmp.cart_dienthoai' => EBE_get_lang('cart_dienthoai'),
'tmp.cart_hotline' => EBE_get_lang('cart_hotline'),
'tmp.cf_logo' => $__cf_row['cf_logo'],
'tmp.cf_dienthoai' => $__cf_row['cf_dienthoai'],
'tmp.cf_call_dienthoai' => $__cf_row['cf_call_dienthoai'],
'tmp.cf_hotline' => $__cf_row['cf_hotline'],
'tmp.cf_call_hotline' => $__cf_row['cf_call_hotline'],
) );
//
//echo $act;
if ( $act != 'cart' ) {
include EB_THEME_PLUGIN_INDEX . 'quick_cart.php';
}
//
include EB_THEME_PLUGIN_INDEX . 'footer_css.php';
//
get_footer();
wp_footer();
//
echo $__cf_row['cf_js_allpage'];
//print_r($arr_object_post_meta);
//
if ( eb_code_tester == true ) {
echo implode( "\n", $arr_for_show_html_file_load );
}
?>
</body></html>