X7ROOT File Manager
PHP:
7.2.34
OS:
Linux
User:
cp648411
Root
/
home2
/
cp648411
/
public_html
/
kainumber.com
/
faq
📤 Upload
📝 New File
📁 New Folder
Close
Editing: info.php
<?php include('../include/header.php')?> <?php $menu = 'article';?> <?php include('../theme/menu.php')?> <?php //include('../banner/index.php')?> <!--<div class="container no_moblie"> <div class="row"> <div class="col-md-12" style="border:0px solid #FFF;padding-top:30px;"> <div class="text_cat_right"> <img src="../image/icon_line.png" width="39" height="36"> kainumber <img src="../image/icon_call.png" width="39" height="36"> 000-000-0000 </div> </div> </div> </div> --> <!-- /.body --> <div class="container" style="padding-top:25px;"> <div class="row"> <div class="col-md-3"><?php include('../theme/tab_left.php');?></div> <div class="col-md-9"> <!-- /.aboutus --> <div style="margin-bottom:15px;"> <div class="head_bg_right"> ถามตอบ</div> <div class="row" style="padding-top:10px;margin-bottom:10px;"> <div class="col-md-12"> <?php $g_id = $_GET['id']; $list_ath = array('table'=>'faq','where'=>'status = 1 AND id = "'.$g_id.'" ','order'=> "ORDER BY id DESC LIMIT 0 , 1"); $view_ath = $view_db->view($list_ath); $row_ath = $view_db->q($view_ath); ?> <p class="text_head_about" align="center"> <?php echo $row_ath['name'];?></p> <img src="../image/line2.png" class="img-responsive" style="padding:10px 0"> <div style="padding-bottom:30px;"> <?php echo $row_ath['detail'];?> </div> <?php include('../theme/detailfooter.php')?> </div> </div> </div> <!-- /.aboutus --> <?php include('../theme/tab_right_showmoblie.php');?> </div> </div> </div> <!-- /.body --> <?php include('../include/footer.php')?> <?php include('../include/footer_js.php')?>
Save
Cancel