Showing
1 changed file
with
1 additions
and
0 deletions
@@ -58,6 +58,7 @@ class IndexController extends AbstractAction | @@ -58,6 +58,7 @@ class IndexController extends AbstractAction | ||
58 | $item['brand_ico'] = \Plugin\Images::getImageUrl($item['brand_ico'],0,0); | 58 | $item['brand_ico'] = \Plugin\Images::getImageUrl($item['brand_ico'],0,0); |
59 | } | 59 | } |
60 | // ShopData::debugOut($result); | 60 | // ShopData::debugOut($result); |
61 | +// $result = $this->getCategoryContent(); | ||
61 | return $this->_view->display('category', array( | 62 | return $this->_view->display('category', array( |
62 | 'productCategoryPage' => true, | 63 | 'productCategoryPage' => true, |
63 | 'content' => $result, | 64 | 'content' => $result, |
-
Please register or login to post a comment