| 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/khonguyenlieu.vn/public_html/site/views/sanpham/ |
Upload File : |
<style type="text/css">
.breadscumb {
padding:0 0 15px 0
}
.linkdeal h1 {
color: #FFF;
font-size: 14px;
padding: 13px;
white-space: nowrap;
text-transform:uppercase
}
.dealmoi {
text-align:right;
color:#FFF;
padding:10px;
}
.i_name {
font-size: 14px;
color: #222;
line-height: 20px;
}
</style>
<div class="breadscumb col-md-12 col-sm-12 col-xs-12">
<ul class="breadcrumb" typeof="BreadcrumbList" vocab="https://schema.org/">
<li property="itemListElement" typeof="ListItem">
<a href="<?=site?>" title="Nguyên liệu pha chế" property="item" typeof="WebPage"><span property="name" property="item" typeof="WebPage">Trang chủ</span></a>
<meta property="position" content="1"></li>
<li property="itemListElement" typeof="ListItem">
<a property="item" typeof="WebPage" href="<?=site?>thuong-hieu/<?=alias($rs_manu->MenufactureName)?>-<?=$rs_manu->MenufactureID?>.html" title="<?=$rs_manu->MenufactureName?>"><span property="name"><?=$rs_manu->MenufactureName?></span></a><meta property="position" content="2"></li>
</ul>
</div>
<?php $this->load->view('home/banner');?>
<div class="linkdeal pro_relate">
<h1 class="col-md-12 col-sm-12 sol-xs-12">THƯƠNG HIỆU <?=$rs_manu->MenufactureName?></h1>
<!--<div class="dealmoi col-md-2 hidden-xs hidden-sm col-sm-4">xem thêm</div>-->
</div>
<div class="grid row">
<?php
foreach ($list as $rs) :
$links = site.'chi-tiet/'.$rs->Alias.'-'.$rs->ProductID.'.html';
?>
<div class="item col-md-2 col-xs-6 col-sm-4">
<div class="img">
<a class="i_img" href="<?=$links?>" title="<?=$rs->ProductName?>"><img src="<?=urlimg?>products/200/<?=$rs->ProductImg?>" alt="<?=$rs->ProductName?>" /></a>
<a href="<?=$links?>" class="btn">Xem ngay »</a>
</div>
<a href="<?=$links?>" title="<?=$rs->ProductName?>"><h2 class="i_name"><?=$rs->ProductName?></h2></a>
<div class="i_price">
<p><span><del><?=pricevn($rs->Price_Old)?> đ</del></span><span class="price"><?=pricevn($rs->Price)?> đ</span></p>
</div>
</div>
<? endforeach ; ?>
</div>
<!--<div class="brand col-md-12 col-sm-12 sol-xs-12">
<a href=""><img src=""></a>
<
</div>-->
<div class="paging"><?=$pagination?></div>