Skip to content
Snippets Groups Projects
Commit 5d694d7d authored by André Lahmann's avatar André Lahmann
Browse files

* added vendor/bootstrap-slider.css to SideFacets.phtml in foundation5 theme

parent e5e96ef8
Branches
Tags
No related merge requests found
......@@ -102,6 +102,7 @@ $rangeFacets = $this->recommend->getAllRangeFacets(); ?>
<? /* ADAPT RANGE SLIDER JS HERE AND REMOVE BootstrapSlider JS and CSS when FNDTN6 is out - FIXME CK */ ?>
<? if ($rangeFacets[$title]['type'] == 'date'): ?>
<? $this->headScript()->appendFile('vendor/bootstrap-slider.js'); ?>
<? $this->headLink()->appendStylesheet('vendor/bootstrap-slider.css'); ?>
<?
$min = !empty($rangeFacets[$title]['values'][0]) ? min($rangeFacets[$title]['values'][0], 1400) : 1400;
$future = date('Y', time() + 31536000);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment