| 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/khonguyenlieu.vn/public_html/site/views/news/ |
Upload File : |
<div class="qgr_rightcol col-md-3 col-sm-5 col-xs-12">
<div class="adv" style="margin-top:12px;">
<!-- 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>
<!-- begin: Anh dep -->
<!--<div class="topphoto">
<h3><span><b>Ảnh đẹp</b></span></h3>
<div id="anhdep" class="slidepicture">
<script language="javascript">page.load('banner/anhdep','anhdep')</script>
</div>
</div>-->
<!-- end: Anh dep -->
<?php
$list_xemnhieu = news_viewest();
if($list_xemnhieu):
?>
<div class="sidecol_blk04 blk_topicnews">
<h3 class="scblk_title">Tin xem nhiều</h3>
<div class="scblk_inner">
<?php
$nwtop = array_shift($list_xemnhieu) ;
?>
<div class="typicalnewsfocus"> <a href="<?=site?>tin-chi-tiet/<?=alias($nwtop->lb_title)?>-<?=$nwtop->news_id.'.html'?>.html">
<img border="0" alt="<?=$nwtop->lb_title?>" src="<?=urlimg?>news/<?=$nwtop->lb_image?>"></a>
<h3><?=$nwtop->lb_title?></h3>
</div>
<ul class="list_arrow_bul">
<? foreach($list_xemnhieu as $vw) : ?>
<li><a href="<?=site_url('tin-chi-tiet/'.kodau($vw->lb_title).'-'.$vw->news_id)?>.html"><?=$vw->lb_title?></a></li>
<? endforeach ;
?>
</ul>
</div>
</div>
<?php endif;?>
</div>