diff --git a/components/com_finder/tmpl/search/default_result.php b/components/com_finder/tmpl/search/default_result.php index af1d6c8043161..697f0f9d6f0cf 100644 --- a/components/com_finder/tmpl/search/default_result.php +++ b/components/com_finder/tmpl/search/default_result.php @@ -54,52 +54,54 @@ $description = HTMLHelper::_('string.truncate', StringHelper::substr($full_description, $start), $desc_length, true); } ?> -
+ $taxonomy) : ?> + + state == 1 && in_array($branch->access, $user->getAuthorisedViewLevels())) : ?> + state == 1 && in_array($node->access, $user->getAuthorisedViewLevels())) : - $taxonomy_text[] = $node->title; - endif; - endforeach; + foreach ($taxonomy as $node) : + if ($node->state == 1 && in_array($node->access, $user->getAuthorisedViewLevels())) : + $taxonomy_text[] = $node->title; + endif; + endforeach; - if (count($taxonomy_text)) : ?> - + if (count($taxonomy_text)) : ?> + + - - -
+ +
+ + result->start_date && $this->params->get('show_date', 1)) : ?> + + + params->get('show_url', 1)) : ?> ++ baseUrl, Route::_($this->result->cleanURL); ?> +
+ + diff --git a/components/com_finder/tmpl/search/default_results.php b/components/com_finder/tmpl/search/default_results.php index cc17d9dfba974..abfa9d7eea2dd 100644 --- a/components/com_finder/tmpl/search/default_results.php +++ b/components/com_finder/tmpl/search/default_results.php @@ -50,7 +50,7 @@