query($selectnews);
$value =mysqli_fetch_array($news);
$i = $value['Num'];
$nextlink = circleNavigationLinkImg($id,'F',$table,$menu);
$previouslink = circleNavigationLinkImg($id,'B',$table,$menu);
if($menu == 'workshop'){
$menu_ico = "成功案例";
$key = 1;
$atitle = $value['Title'];
$img = "";
$text = $value['workshopText'];
}elseif($menu == "qualitycontrol"){
$menu_ico = "客戶感言";
$key = 2;
$atitle = $value['Title'];
$img = "
";
$text = $value['Text'];
}elseif($menu == "brand"){
$menu_ico = "榮譽(yù)資質(zhì)";
$key = 3;
$atitle = $value['Title'];
$img = "
";
$text = $value['Text'];
}elseif($menu == "packing"){
$menu_ico = "榮譽(yù)客戶";
$key = 4;
$atitle = $value['Title'];
$img = "
";
$text = $value['Text'];
}elseif($menu == 'certificate'){
$menu_ico = "更多產(chǎn)品線";
$key = 5;
$atitle = $value['Title'];
$img = "
";
$text = $value['Text'];
}
$title = get_config_keywords()." - ".$menu_ico;
$keywords = get_config_keywords();
$discription = get_config_description();
?>