File['Url'] = 'http://channel.wpgcnc.com/channel/File'; //$CCBU->File['Url'] = 'http://'.$_SERVER['HTTP_HOST'].'/channel/File'; $CCBU->File['Url'] = 'http://channel.wpgcnc.com'; // $brand_list = getBrandData(); $brand_list = getBrandInfo(); foreach($brand_list as &$item){ //依序号取得该品牌图片 // $item['ImageSerial']=getFileImgTag($item['ImageSerial']); $item['ImageSerial'] = getImageTag($item['ImageSerial']); // 2021/03/23 更換圖片檔位置 } //print '
'. print_r($brand_list, TRUE) .'
'; $smarty->assign('getValue', $brand_list); $smarty->display('brands.tpl'); require_once("footer.php"); ?>