headTitle($this->translate('Browse the Catalog')); $this->layout()->breadcrumbs = '
  • ' . $this->transEsc('Browse') . '
  • '; $BROWSE_BASE = $this->url('browse-' . strtolower($this->currentAction)); $SEARCH_BASE = $this->url($this->currentAction == 'Tag' ? 'tag-home' : 'search-results'); ?> currentAction)): ?>

    transEsc('Choose a Category to Begin Browsing') ?>:

    browseOptions as $item => $currentOption): ?> transEsc($currentOption['description']) ?> icon('more', ['title' => $this->translate('more')]) ?>
    categoryList)): ?>
    categoryList as $findby => $category): ?> transEsc($category)?> icon('more', ['title' => $this->translate('more')]) ?> transEsc($category['text'])?> localizedNumber($category['count'])?>
    secondaryList)): ?>
    secondaryList as $secondary): ?> findby) . '&category=' . urlencode($this->category) . '&query=' . urlencode($secondary['value']); if ($this->facetPrefix) { $url .= '&facet_prefix=' . urlencode($secondary['displayText']); } if ($this->secondaryParams) { foreach ($this->secondaryParams as $var => $val) { $url .= '&' . $var . '=' . urlencode($val); } } $viewRecord = !empty($this->categoryList) && $this->currentAction != 'Tag' && $this->findby != 'alphabetical'; $hasBadge = $this->findby != 'alphabetical' && isset($secondary['count']); ?> escapeHtml($secondary['displayText']) ?> localizedNumber($secondary['count']) ?> icon('more', ['title' => $this->translate('more')]) ?> transEsc('View Records') ?>
    resultList)): ?>
    resultList as $result): ?> escapeHtml($result['displayText'])?> localizedNumber($result['count']) ?>
    query)): ?>
    transEsc('nohit_heading') ?>