diff --git a/themes/bootstrap3/templates/Recommend/SideFacets.phtml b/themes/bootstrap3/templates/Recommend/SideFacets.phtml index 47481a8ee979207a57c5011fcf40ba386a32d688..c93bd6091f89a4b303399dd26c45fed921ab5fe8 100644 --- a/themes/bootstrap3/templates/Recommend/SideFacets.phtml +++ b/themes/bootstrap3/templates/Recommend/SideFacets.phtml @@ -1,8 +1,9 @@ <? $this->headScript()->appendFile('facets.js'); - $results = $this->recommend->getResults(); - $options = $this->searchOptions($this->searchClassId); + // Save results/options to $this so they are available to sub-templates: + $this->results = $results = $this->recommend->getResults(); + $this->options = $options = $this->searchOptions($this->searchClassId); ?> <? if ($results->getResultTotal() > 0): ?> <h4><?=$this->transEsc(isset($this->overrideSideFacetCaption) ? $this->overrideSideFacetCaption : 'Narrow Search')?></h4>