| Server IP : 103.48.194.25 / Your IP : 216.73.216.74 Web Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 System : Linux VMHostDefault 3.10.0-1160.42.2.el7.x86_64 #1 SMP Tue Sep 7 14:49:57 UTC 2021 x86_64 User : sieuthimay ( 1016) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/namduongmarket.com-bk/public_html/site/components/chinhsach/views/ |
Upload File : |
<?php
$list_news = get_hot_news();
$list_product = get_hot_product(10);
?>
<aside class="left left-content">
<div class="aside-item">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- 300x250 -->
<ins class="adsbygoogle"
style="display:inline-block;width:300px;height:250px"
data-ad-client="ca-pub-8286891252502681"
data-ad-slot="4043002178"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
</aside>
<aside class="left left-content">
<div class="aside-item">
<div class="heading">
<h2 class="title-head"><a href="tin-tuc" title="Mở hộp/Trên tay">Hướng dẫn sử dụng</a></h2>
</div>
<div class="list-blogs">
<?php
foreach ($list_news as $rs_news) :
$link_detail = site.'chi-tiet/'.alias($rs_news->lb_title).'-'.$rs_news->news_id.'.html';
$link_img = urlimg.'news/'.$rs_news->lb_image;
?>
<article class="blog-item blog-item-list clearfix"> <a href="<?=$link_detail?>" class="panel-box-media" title="<?=$rs_news->lb_title?>"><img src="<?=$link_img?>" data-lazyload="<?=$link_img?>" width="70" height="70" alt="<?=$rs_news->lb_title?>" /></a>
<div class="blogs-rights">
<h3 class="blog-item-name"><a href="<?=$link_detail?>" title="<?=$rs_news->lb_title?>"><?=$rs_news->lb_title?></a></h3>
<div class="post-time">Ngày đăng: <?=datevn($rs_news->dt_modify)?></div>
</div>
</article>
<? endforeach ;?>
</div>
<!--<div class="blogs-mores text-center"><a href="tin-tuc" title="Xem thêm">Xem thêm</a></div>-->
</div>
</aside>
<aside class="left left-content">
<div class="aside-item">
<!-- mobile -->
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-8286891252502681"
data-ad-slot="5665678170"
data-ad-format="auto"></ins>
<script>(adsbygoogle = window.adsbygoogle || []).push({});</script>
</div>
</aside>
<aside class="left left-content">
<div class="aside-item">
<div class="heading">
<h2 class="title-head"><a href="<?=site?>cua-hang.html" title="LOA KARAOKE MINI">LOA KARAOKE MINI</a></h2>
</div>
<div class="list-blogs">
<?php
foreach ($list_product as $pro) :
$link_detail = site.'san-pham/'.alias($pro->pro_name).'-'.$pro->proid.'.html';
$link_img = urlimg.'products/800/'.$pro->proimg;
?>
<article class="blog-item blog-item-list clearfix"> <a href="<?=$link_detail?>" class="panel-box-media" title="<?=$pro->pro_name?>"><img src="<?=$link_img?>" data-lazyload="<?=$link_img?>" width="70" height="70" alt="<?=$pro->pro_name?>" /></a>
<div class="blogs-rights">
<h3 class="blog-item-name"><a href="<?=$link_detail?>" title="<?=$pro->pro_name?>"><?=$pro->pro_name?></a></h3>
<!--<div class="post-time">Ngày đăng: <?//=datevn($rs_news->lb_title)?></div>-->
</div>
</article>
<? endforeach ;?>
</div>
<div class="blogs-mores text-center"><a href="<?=site?>cua-hang.html" title="Đến cửa hàng">Đến cửa hàng</a></div>
</div>
</aside>