AAAAhome/academiac/www/components/com_finder/views/search/tmpl/default_result.php000064400000002572151403241750023622 0ustar00result->mime) ? 'mime-' . $this->result->mime : null; // Get the base url. $base = JURI::getInstance()->toString(array('scheme', 'host', 'port')); // Get the route with highlighting information. if (!empty($this->query->highlight) && empty($this->result->mime) && $this->params->get('highlight_terms', 1) && JPluginHelper::isEnabled('system', 'highlight')) { $route = $this->result->route . '&highlight=' . base64_encode(json_encode($this->query->highlight)); } else { $route = $this->result->route; } ?>
result->title; ?>
params->get('show_description', 1)): ?>
result->description, $this->params->get('description_length', 255)); ?>
params->get('show_url', 1)): ?>
result->route); ?>