Authored by whb

brand

... ... @@ -43,7 +43,7 @@ class Controller_Brand extends Controller_Abstract
$brands = $list = array();
if(empty($brand))
{
$brands = Facade_Brand::getBrandByState(0, 400, 1);
$brands = Facade_Brand::getBrandByState(0, 100, 1);
}
else
{
... ...