addScript(JRoute :: _(JURI :: base() . 'components/' . JRequest :: getVar('option') . '/js/search.js')); $document -> addStyleSheet(JRoute :: _(JURI :: base() . 'components/' . JRequest :: getVar('option') . '/css/search.css')); ?>
filters != NULL) && (count($this -> filters) > 0)) { require(dirname(__FILE__) . DS . 'sub-tmpl' . DS . 'filters.php'); } if (($this -> filters != NULL) && (count($this -> filters) > 0) && ($this -> statistics != NULL) && (count($this -> statistics) > 0)) { ?>
statistics != NULL) && (count($this -> statistics) > 0)) { require(dirname(__FILE__) . DS . 'sub-tmpl' . DS . 'statistics.php'); } ?>
result == NULL) { ?>

Error performing browse

filters == NULL) || (count($this -> filters) <= 0)) ? 'Browse' : ('Browse by ' . implode(' > ', array_map(function ($filter) {return $filter['name'];}, $this -> filters)))); ?>

JRequest :: getVar('option'), 'view' => 'search', 'layout' => JRequest :: getVar('layout'), 'Itemid' => JRequest :: getVar('Itemid')), array('id' => 'search', 'method' => 'get', 'onsubmit' => 'return performSimpleSearch();')); ?>