Introduction
Video
// $images = $mysqli->query("select * from product_img where productid = ?", array('i', $project['id']));
$totalimg = count($img);
$csstop = '0';
if($totalimg > 6){ $csstop = '-40%';}
print '
';
?>
Photo Gallery
$var = array(
'pageid' => $pageid
);
$result_product_image = ConnectC2SApi(array('gallery-image'),$var);
$data_product_image = $result_product_image['data']['gallery-image'];
foreach ($data_product_image as $moreimg) {
print '
-
'.$img['name'].'
';
}
// ?>