| 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/news/views/ |
Upload File : |
<div class="title"><h2><?=$title?></h2></div>
<div class="mainpage">
<div id="contentright">
<? foreach($list_cat as $rs): ?>
<div class="tintuc">
<? if(!empty($rs->lb_image)){?> <div class="n_img"><img src="<?=base_url()?>uploads/news/<?=$rs->lb_image?>" width="140" alt="<?=$rs->lb_title?>" /></div> <? } ?>
<a class="n_title" href="<?=base_url()?>news/detail/<?=$rs->news_id?>/<?=kodau($rs->lb_title)?>.html"><?=$rs->lb_title?></a>
<div class="n_date">Cập nhật lần cuối : <?=datevn($rs->dt_create)?> </div>
<div class="summary"><? echo $rs->lb_summary?></div>
<div class="clear"></div>
</div>
<? endforeach; ?>
</div>
<div class="paging" id="pagination"><?=$pagination?></div>
</div>