| 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/hocthongminh.net-bk/public_html/site/components/home/views/ |
Upload File : |
<div class="col-md-4 homenews hidden-sm hidden-xs">
<figure>
<h2><a href="tin-tuc">Tin công nghệ</a></h2>
</figure>
<ul>
<? 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;
?>
<li class="clearfix"> <a href="<?=$link_detail?>" title="<?=$rs_news->lb_title?>"></a> <img width="100" height="70" src="<?=$link_img?>" data-lazyload="<?=$link_img?>" alt="<?=$rs_news->lb_title?>" class="img-responsive center-block" />
<h3><?=$rs_news->lb_title?></h3>
<span><?=datevn($rs_news->dt_modify)?></span> </li>
<? endforeach ;?>
</ul>
<? include ROOT_SITE.'cache/bn_home_right.php';?>
</div>