| Server IP : 104.21.37.246 / Your IP : 172.71.28.145 [ 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/homhuan.com/include/ |
Upload File : |
<!DOCTYPE html>
<html
lang="en"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:og="http://ogp.me/ns#"
xmlns:fb="http://www.facebook.com/2008/fbml">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="google-site-verification" content="l4WqPdl5pYo99MhKtL_cXFKYmy4sbq8FwaQwPeRzhKI" />
<meta name="title" content="<?php echo $title ?>">
<meta name="Description" content="<?php echo $description ?>" />
<meta name="keywords" content="<?php echo $keywords ?>">
<meta name="expires" content="Never" />
<meta name="rating" content="General" />
<meta name="googlebot" content="archive" />
<meta name="distribution" content="Global" />
<meta name="robots" content="index,follow" />
<meta name="language" content="Thailand,English" />
<meta name="MSSmartTagsPreventParsing" content="true" />
<meta name="author" content="Homhuan" />
<meta itemprop="image" content="<?php echo $image; ?>">
<meta property="og:title" content="<?php echo $title ?>">
<meta property="og:description" content="<?php echo $description ?>">
<meta property="og:site_name" content="homhuan.com">
<meta property="og:type" content="product">
<meta property="og:url" content="<?php echo 'http://www.homhuan.com' . $_SERVER["REQUEST_URI"]; ?>">
<meta property="og:updated_time" content="<?php echo date('U') ?>">
<meta property="og:image" content="<?php echo $image; ?>">
<?php
if (@$page == 'productdetail') {
$sql_img2 = array('table' => 'product_img', 'where' => "product_id = '" . $_GET['id'] . "' order by id ASC");
$view_img2 = $view_db->view($sql_img2);
$result_img2 = $view_db->q_re($view_img2);
while ($row_img2 = $view_db->q_ro($result_img2)) {
echo '<meta property="og:image" content="' . 'http://homhuan.com/redbag/product/thumb/' . $row_img2['image'] . '">';
}
}
?>
<meta property="article:publisher" content="https://www.facebook.com/homhuanth">
<meta property="article:author" content="https://www.facebook.com/homhuanth">
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"url": "https://www.homhuan.com",
"name": "Homhuan",
"contactPoint": {
"@type": "ContactPoint",
"telephone": "+669-2598-8688",
"contactType": "Customer service"
}
}
</script>
<link rel="icon" href="../image/logo.png">
<title><?php echo $title ?></title>
<link href="../bootstrap-3.3.6-dist/css/bootstrap.min.css" rel="stylesheet">
<?php
$sql_bg_c = array('table' => 'setting', 'where' => "id = '1'");
$view_bg_c = $view_db->view($sql_bg_c);
$row_bg_c = $view_db->q($view_bg_c);
?>
<style>
body {
background-color: <?php echo $row_bg_c['bg_web']; ?>
}
.pro_img {
background-color: <?php echo $row_bg_c['bg_img_pro']; ?>;
}
.pro_img_2 {
background-color: <?php echo $row_bg_c['bg_img_pro']; ?>;
}
.img_cart {
background-color: <?php echo $row_bg_c['bg_img_pro']; ?>;
}
@media (max-width:767px) {
.img_pro_small {
background-color: <?php echo $row_bg_c['bg_img_pro']; ?>;
}
}
</style>
<link href="../css/style_m.css" rel="stylesheet">
<script src="../bootstrap-3.3.6-dist/js/ie-emulation-modes-warning.js"></script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9420790042520777"
crossorigin="anonymous"></script>
</head>
<body>