| Server IP : 172.67.216.113 / 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/taladonnuch.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">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<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="Taladonnuch" />
<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="taladonnuch.com">
<meta property="og:type" content="product">
<meta property="og:url" content="<?php echo 'http://www.taladonnuch.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://taladonnuch.com/redbag/product/thumb/'. $row_img2['image'].'">';
}
}
?>
<meta property="article:publisher" content="https://www.facebook.com/taladonnuch">
<meta property="article:author" content="https://www.facebook.com/taladonnuch">
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"url": "https://www.taladonnuch.com",
"name": "taladonnuch",
"contactPoint": {
"@type": "ContactPoint",
"telephone": "+669-2598-8688",
"contactType": "Customer service"
}
}
</script>
<link rel="icon" href="../../favicon.ico">
<title><?php echo $title?></title>
<!-- Bootstrap core CSS -->
<link href="../bootstrap-3.3.6-dist/css/bootstrap.min.css" rel="stylesheet">
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<!-- <link href="../bootstrap-3.3.6-dist/css/ie10-viewport-bug-workaround.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);
// $row_bg_c['bg_web'];
//$row_bg_c['bg_img_pro'];
//print_r($row_bg_c);
//echo $row_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)
{
/*.div_img_right_s{margin:10px 5px 10px 0px;}*/
.img_pro_small{background-color:<?php echo $row_bg_c['bg_img_pro'];?>;};
}
</style>
<!-- Custom styles for this template -->
<link href="../css/style_m.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script src="../bootstrap-3.3.6-dist/js/ie-emulation-modes-warning.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!--<script language="JavaScript1.2">
/*function disableselect(e){
return false
}
function reEnable(){
return true
}
//if IE4+
document.onselectstart=new Function ("return false")
//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>
<script language=JavaScript>
<!--
var message="Function Disabled!";
///////////////////////////////////
function clickIE() {if (document.all) {alert(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {alert(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")
*/
</script>-->
</head>
<body>