diff --git a/views/bootstrap/class.Search.php b/views/bootstrap/class.Search.php index 32fb1485e..f36c870ef 100644 --- a/views/bootstrap/class.Search.php +++ b/views/bootstrap/class.Search.php @@ -717,6 +717,7 @@ foreach($facets as $facetname=>$values) { $attrstr .= ""; } $extracontent = array(); + $extracontent['below_title'] = $this->getListRowPath($folder); if($attrstr) $extracontent['bottom_title'] = '
'.$this->printPopupBox(''.getMLText('attributes').'', $attrstr, true); print $this->folderListRow($folder, false, $extracontent);