Showing
1 changed file
with
1 additions
and
1 deletions
@@ -65,7 +65,7 @@ class Process | @@ -65,7 +65,7 @@ class Process | ||
65 | } | 65 | } |
66 | $len = count($data['menuNav']['blocks']); | 66 | $len = count($data['menuNav']['blocks']); |
67 | foreach ($data['menuNav']['blocks'] as $key => $val) { | 67 | foreach ($data['menuNav']['blocks'] as $key => $val) { |
68 | - $val['img'] = Images::getImageUrl($val['img'], 185, 76, 1); | 68 | + $val['img'] = Images::getImageUrl($val['img'], 185, 152, 1); |
69 | $val['url'] = Helpers::transUrl($val['url'], $type); | 69 | $val['url'] = Helpers::transUrl($val['url'], $type); |
70 | $temp['tplrecommend']['keyword'][] = array( | 70 | $temp['tplrecommend']['keyword'][] = array( |
71 | 'href' => Helpers::getUrlSafe($val['url']), | 71 | 'href' => Helpers::getUrlSafe($val['url']), |
-
Please register or login to post a comment