getCollection() ->setStoreId(Mage::app()->getStore()->getId()) ->addAttributeToSelect('*') ->addAttributeToFilter('is_active','1') ->addAttributeToFilter('include_in_menu','1') ->addAttributeToFilter('parent_id', array('eq' => $_category->getId())) ->addAttributeToSort('position') ->load(); } $_hasSubcategories = $_subcategories && $_subcategories->count(); ?>