| 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/khuyenmai/views/ |
Upload File : |
<?php
$this->load->helper('file') ;
$ct = read_file(ROOT_SITE.'cache/bnhtml.php');
$qc = json_decode($ct);
//trit($qc);
if($qc):
?>
<style type="text/css">
.rparticle-title h3 {
font-size: 16px;
font-weight: bold;
}
</style>
<div class="grid__item large--three-twelfths medium--one-whole small--one-whole pd-left10">
<section id="related-product-articles">
<div class="home-section-head clearfix">
<div class="section-title">
<h2>Thông tin quảng cáo</h2>
</div>
</div>
<div class="home-section-body">
<div class="grid-uniform mg-left-10">
<div class="grid__item pd-left10 large--one-whole medium--one-half small--one-whole">
<div class="rparticle-item">
<div class="rparticle-title"><h3> <?=$qc->lb_subject?> </h3></div>
<div class="rparticle-title"> <?=$qc->lb_content?> </div>
</div>
</div>
</div>
</div>
</section>
</div>
<?php endif; ?>