-
Notifications
You must be signed in to change notification settings - Fork 0
/
tinmoicophanhoi.php
33 lines (30 loc) · 1.33 KB
/
tinmoicophanhoi.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?php
$kq=$t->TinMoiCoPhanHoi(0,10,$lang);
$i=-1;
$a=++$i;
?>
<style>
.tinmoiphanhoi img {height:170px}
.tinmoiphanhoi h5 {height:45px!important; white-space: nowrap;overflow: hidden; text-overflow: ellipsis;}
</style>
<div id="most-commented">
<div class="horizontal_carousel_container page_margin_top">
<ul class="blog horizontal_carousel page_margin_top autoplay-0 visible-4 scroll-1 navigation-1 easing-easeInOutQuint duration-750">
<?php while ($row=$kq->fetch_assoc()) { ?>
<li class="post tinmoiphanhoi">
<a href="<?=BASE_URL?>bv/<?=$row['TieuDe_KhongDau']?>.html" title="<?=$row['TieuDe']?>">
<img src='<?=$row['urlHinh']?>' alt='img' onerror="this.src='/news/defaultImg.jpg'">
</a>
<h5><span class="number"><?=++$a?>.</span><a href="<?=BASE_URL?>bv/<?=$row['TieuDe_KhongDau']?>.html" title="<?=$row['TieuDe']?>"><?=$row['TieuDe']?></a></h5>
<ul class="post_details simple">
<li class="category"><a href="category_health.html" title="<?=$row['TenLT']?>"><?=$row['TenLT']?></a></li>
<li class="date">
<?=date('d-m-Y',strtotime($row['Ngay']))?>
</li>
</ul>
</li>
<?php }
?>
</ul>
</div>
</div>