...
|
...
|
@@ -65,7 +65,7 @@ class Process |
|
|
}
|
|
|
$len = count($data['menuNav']['blocks']);
|
|
|
foreach ($data['menuNav']['blocks'] as $key => $val) {
|
|
|
$val['img'] = Images::getImageUrl($val['img'], 185, 76, 1);
|
|
|
$val['img'] = Images::getImageUrl($val['img'], 185, 152, 1);
|
|
|
$val['url'] = Helpers::transUrl($val['url'], $type);
|
|
|
$temp['tplrecommend']['keyword'][] = array(
|
|
|
'href' => Helpers::getUrlSafe($val['url']),
|
...
|
...
|
|