_('Selling Open Filter');
break;
case 'closed':
$filterLabel = $this->_('Selling Closed Filter');
break;
default:
$filterLabel = null;
break;
}
if ($filterLabel !== null) {
$container = $this->navigation()->getContainer();
echo $this->navigation()
->setContainer($container->findOneBy('label', $filterLabel))
->setPartial('navigation/browse-filter.phtml', array('key' => 'show'))
->menu();
$this->navigation()->setContainer($container);
} ?>
$this->_('Relevance'),
'price_asc' => $this->_('Price Low to High'),
'price_desc' => $this->_('Price High to Low'),
'started_desc' => $this->_('Recently Listed'),
'ending_asc' => $this->_('Ending Soon')
);
$sort = (isset($params['sort'])) ? $params['sort'] : 'relevance';
?>