diff --git a/administrator/components/com_finder/config.xml b/administrator/components/com_finder/config.xml index a94b48ad1194f..f2f61b38fe0e8 100644 --- a/administrator/components/com_finder/config.xml +++ b/administrator/components/com_finder/config.xml @@ -7,14 +7,14 @@ > - - + + - - - + + JSHOW + + + + + + + + + + JNO + + + + + + + + result->description, $start), $desc_length, true); } ?> -
  • +

    - + result->route) : ?> + + result->title; ?> + + result->title; ?> - +

    - -

    - -

    - - params->get('show_url', 1)) : ?> -
    - baseUrl, JRoute::_($this->result->cleanURL); ?> -
    - -
  • + + +result->getTaxonomy(); ?> +params->get('show_taxonomy', 1)) : ?> +
    + $taxonomy) : ?> + + +
    + + +
    + +
    + +result->start_date && $this->params->get('show_date', 1)) : ?> +
    + result->start_date, \JText::_('DATE_FORMAT_LC3')); ?> +
    + +params->get('show_url', 1)) : ?> +
    + baseUrl, JRoute::_($this->result->cleanURL); ?> +
    + \ No newline at end of file diff --git a/components/com_finder/tmpl/search/default_results.php b/components/com_finder/tmpl/search/default_results.php index f3e2132a3e60c..57dad5b9429d0 100644 --- a/components/com_finder/tmpl/search/default_results.php +++ b/components/com_finder/tmpl/search/default_results.php @@ -44,14 +44,15 @@
    -
      +
      baseUrl = JUri::getInstance()->toString(array('scheme', 'host', 'port')); ?> - results as $result) : ?> + results as $i => $result) : ?> result = &$result; ?> + result->counter = $i + 1; ?> getLayoutFile($this->result->layout); ?> loadTemplate($layout); ?> -
    +