...
|
...
|
@@ -58,6 +58,7 @@ class IndexController extends AbstractAction |
|
|
$item['brand_ico'] = \Plugin\Images::getImageUrl($item['brand_ico'],0,0);
|
|
|
}
|
|
|
// ShopData::debugOut($result);
|
|
|
// $result = $this->getCategoryContent();
|
|
|
return $this->_view->display('category', array(
|
|
|
'productCategoryPage' => true,
|
|
|
'content' => $result,
|
...
|
...
|
|