| Server IP : 172.67.216.113 / Your IP : 104.23.243.32 [ Web Server : Apache System : Linux cpanel01wh.bkk1.cloud.z.com 2.6.32-954.3.5.lve1.4.59.el6.x86_64 #1 SMP Thu Dec 6 05:11:00 EST 2018 x86_64 User : cp648411 ( 1354) PHP Version : 7.2.34 Disable Function : NONE Domains : 0 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home2/cp648411/public_html/kainumber.com/theme/ |
Upload File : |
<!-- /.บทความ -->
<div style="margin-top:15px;">
<div class="tab_head_bg_left" align="center"><img src="../image/text_head_article.webp" width="185" height="35" class="img-responsive">
<span class="glyphicon glyphicon glyphicon-menu-up bt_up" id="btup_tab_4" aria-hidden="true" onclick="tab_up('tab_4')"></span>
<span class="glyphicon glyphicon glyphicon-menu-down bt_down" id="btdown_tab_4" aria-hidden="true" onclick="tab_down('tab_4')"></span>
</div>
<?php
$list_at = array('table'=>'article','where'=>'status = 1 AND highlight = 1','order'=> "ORDER BY up_date DESC LIMIT 0 , 5");
$view_at = $view_db->view($list_at);
$result_at = $view_db->q_re($view_at);
while($row_at = $view_db->q_ro($result_at))
{
?>
<div class="tab_sub_left2 tab_4">
<table width="100%" border="0">
<tr>
<td style="width:55px;"><img src="../redbag/article/thumb/<?php echo $row_at['image'];?>" width="43" height="43" class="img_round"></td>
<td valign="baseline" style="padding-top:10px;"><a href="../article/info.php?id=<?php echo $row_at['id']?>" style="color:#FFF;"><?php echo $row_at['title']?></a></td>
</tr>
</table>
</div>
<?php
}
?>
<div class="tab_sub_left2 tab_4" style="padding-left:10px;" align="right"> <a href="../article/index.php" style="color:#FFF;">อ่านทั้งหมด</a></div>
</div>
<!-- /.บทความ -->