getBrandCollection(); $featuredCollection = $this->getFeaturedBrandCollection(); $params = $this->getRequest()->getParams(); $urlKey = $this->getUrlKey(); $query = ''; foreach ($params as $key => $value) { if ($key != 'order' && $key != 'dir') { $query .= $key . '=' . $value; } } $helper = Mage::helper('brand'); if ($helper->iconWidth() != '') { $iconWidth = $helper->iconWidth(); } else { $iconWidth = 135; } if ($helper->iconHeight() != '') { $iconHeight = $helper->iconHeight(); } else { $iconHeight = 135; } ?>

getTitle(); ?>

getDescription() != ''): ?>
getDescription(); ?>
getChildHtml('brand.search'); ?>

__('There are no brands matching the selection.'); ?>