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
|
<?php $langcode_url = change_langcode_url(); ?>
<header id="header" class="sticky-style-2">
<div class="container clearfix"> <div id="primary-menu-trigger"><i class="icon-reorder"></i></div>
<div style="position: relative"> <div class="formobile" style="position: absolute; z-index:999; top: 15px; font-size: 13px; font-weight: bold; text-align: center;"><a class="hotline-hicon" data-dark-logo="../images/header_icon_hotline-dark.png"><img src="../images/header_icon_hotline.png" alt="" height="20"></a><a href="tel:+852<?=($site_info["companytel"])?>" style="color: inherit;" class="hotline">HOTLINE: <br><?=($site_info["companytel"])?></a></div> </div>
<!-- Logo ============================================= --> <div id="logo"> <a href="index.php" class="standard-logo"><img src="../images/logo.png" alt="IN N OUT Logo"></a> <a href="index.php" class="retina-logo"><img src="../images/logo@2x.png" alt="IN N OUT Logo"></a> </div><!-- #logo end --> <!-- #logo end --> <div class="formobile" style="font-size:15px; text-align:center"><span style="font-size:20px;"><b>Location</b></span><br /> Aberdeen | Chai Wan | Siu Sai Wan </div> <div id="headerinfo" style="float:left; padding:20px 0 0 27px;"> <?php /*?><a href="reserve.php" class="reserve-hicon hotline" data-dark-logo="../images/header_icon_reserve-dark.png"><img src="../images/header_icon_reserve.png" alt="" height="40">RESERVE</a> <?php */?> <a class="hotline-hicon" data-dark-logo="../images/header_icon_hotline-dark.png"><img src="../images/header_icon_hotline.png" alt="" height="55"></a><a href="tel:+852<?=($site_info["companytel"])?>" style="color: inherit;" class="hotline"><span style="font-size: 30px;"><?=$site_info["companytel"]?></span></a> </div> <div id="headerinfo" style="float:right; font-size:20px; padding-top:9px;font-family: Roboto, sans-serif;width: 458px; line-height: 18px;"><span style="font-size:14px">Address: 1. <?=$site_info["companyaddr_".$langcode]?><br /> 2. Unit E, 1/F, Sunview Ind Building, 3 On Yip St, Chai Wan, H.K.<br /> 3. 15/F, Haking (Tung Shing) Ind Building, 34 Lee Chung Street, Chai Wan, H.K.</span> </div>
</div>
<div id="header-wrap">
<!-- Primary Navigation ============================================= --> <nav id="primary-menu" class="style-2">
<div class="container clearfix" >
<?php if (strpos($_SERVER['REQUEST_URI'], "index.php") !== FALSE){ $ul_class = "one-page-menu"; }else{ $ul_class = ""; }
$reserve_li_class = ""; $faq_li_class = ""; $contactus_li_class = ""; $howtorent_li_class = ""; $pricing_li_class = ""; $whyus_li_class = ""; $payment_li_class = ""; $packing_materials_li_class = ""; $storage_tips_li_class = ""; $transportation_li_class = ""; $home_li_class = ""; $document_li_class = "";
if (strpos($_SERVER['REQUEST_URI'], "reserve.php") !== FALSE){ $reserve_li_class = "current"; }
if (strpos($_SERVER['REQUEST_URI'], "faq.php") !== FALSE){ $faq_li_class = "current"; }
if (strpos($_SERVER['REQUEST_URI'], "contactus.php") !== FALSE){ $contactus_li_class = "current"; }
if (strpos($_SERVER['REQUEST_URI'], "howtorent.php") !== FALSE){ $howtorent_li_class = "current"; }
if (strpos($_SERVER['REQUEST_URI'], "chaiwan-pricing.php") !== FALSE){ $pricing_li_class = "current"; }
if (strpos($_SERVER['REQUEST_URI'], "whyus.php") !== FALSE){ $whyus_li_class = "current"; }
if (strpos($_SERVER['REQUEST_URI'], "payment.php") !== FALSE){ $payment_li_class = "current"; }
if (strpos($_SERVER['REQUEST_URI'], "packing_materials.php") !== FALSE){ $packing_materials_li_class = "current"; }
if (strpos($_SERVER['REQUEST_URI'], "transportation.php") !== FALSE){ $transportation_li_class = "current"; }
if (strpos($_SERVER['REQUEST_URI'], "index.php") !== FALSE || strpos($_SERVER['REQUEST_URI'], "index.php") > 0){ $home_li_class = "current"; } if (strpos($_SERVER['REQUEST_URI'], "document.php") !== FALSE){ $document_li_class = "current"; } ?>
<!--<ul class="sf-js-enabled" style="touch-action: pan-y;">--> <ul class="<?=$ul_class?> menu_list" style="margin: 0 auto; width: 1220px; float: none;"> <li class="<?=$home_li_class?>"><a href="index.php"><div>HOME</div></a></li> <li class="<?=$pricing_li_class?>"><a href="chaiwan-pricing.php"><div>PRICING</div></a> <ul> <li><a href="aberdeen-pricing.php"><div>Aberdeen</div></a></li> <li><a href="siusaiwan-pricing.php"><div>Siu Sai Wan</div></a></li> <li><a href="chaiwan-pricing.php"><div>Chai Wan</div></a></li> </ul></li> <li class="<?=$document_li_class?>"><a href="document.php"><div>DOCUMENT</div></a></li> <li class="<?=$howtorent_li_class?>"><a href="howtorent.php"><div>HOW TO RENT</div></a></li> <li class="<?=$whyus_li_class?>"><a href="whyus.php"><div>WHY US</div></a></li> <li class="<?=$payment_li_class?>"><a href="payment.php"><div>PAYMENT</div></a></li> <li class="<?=$packing_materials_li_class?>"><a href="packing_materials.php"><div>PACKING</div></a></li> <li class="<?=$reserve_li_class?> formobile"><a href="reserve.php"><div>RESERVE</div></a></li> <li class="<?=$faq_li_class?>"><a href="faq.php"><div>FAQ</div></a></li> <li class="<?=$contactus_li_class?>"><a href="contactus.php"><div>CONTACT US</div></a></li> <li class=""><a href="../winecellar/en/index.php"><div style="color:#862632;">Wine Cellar</div></a></li>
<li class="formobile"><a href="privacy_policy.php">Privacy Policy</a></li> <li class="formobile"><a href="termofcond.php">Terms and Conditions</a></li>
<li><a href="../tc/<?=$langcode_url?>"><div>中文</div></a></li> <li class="formobile"><a href="tel:+852<?=($site_info["companytel"])?>" style="color: inherit;" class="hotline"><div>HOTLINE: <?=$site_info["companytel"]?></div></a></li>
</ul>
</div>
</nav> <!-- #primary-menu end -->
</div>
</header>
<div style="clear: both">
|