This commit is contained in:
2024-10-29 14:04:59 +08:00
commit 48bf3e6f33
2839 changed files with 762707 additions and 0 deletions

30
app/vn/view/include/top.phtml Executable file
View File

@@ -0,0 +1,30 @@
<div class="top">
<div class="swt-Container">
<div class="top-R" style="vertical-align:bottom">
<?php if(empty($customer_info)){ ?>
<span id="tuichu1" class="products" style="font-size: 14px;"><a href="__ORICOROOT__/register.html">Đăng ký</a></span>
<span id="tuichu1" class="products" style="font-size: 14px;"><a href="__ORICOROOT__/login.html">Đăng nhập</a></span>
<?php }else{ ?>
<span id="tuichu1" class="products" style="font-size: 14px;"><a href="__ORICOROOT__/customer/personal.html">Personal</a></span>
<span id="tuichu1" class="products" style="font-size: 14px;"><a href="__ORICOROOT__/customer/new_logout.html">Sign out</a></span>
<?php }?>
<span id="tuichu1"><a href="__ORICOROOT__/search.html"><span class="icon-search" style="vertical-align:bottom; "></span></a></span>
<div class="state zg"><img src="__PUBLIC__/web/images/countries/VN.png">
<div class="top-country topnav" style="display: none;">
<div class="swt-Container">
<?php if(!empty($country_list)): ?>
<ul>
<?php foreach($country_list as $key => $value): ?>
<?php if ($value['code'] != 'VN'): ?>
<li><a href="<?php echo $value['url']; ?>"><p class="countries <?php echo $value['code']; ?>"></p><p><?php echo $value['country_name']; ?></p></a></li>
<?php endif; ?>
<?php endforeach; ?>
</ul>
<?php endif; ?>
</div>
</div>
</div>
</div>
</div>
</div>