Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Référence du fichier default_result.php

Espaces de nommage

 Joomla\Site
 

Variables

 $mime = !empty($this->result->mime) ? 'mime-' . $this->result->mime : null
 
 $show_description = $this->params->get('show_description', 1)
 
if($show_description) $route = $this->result->route
 
 if (!empty( $this->query->highlight) &&empty( $this->result->mime) &&$this->params->get( 'highlight_terms', 1) &&JPluginHelper::isEnabled( 'system', 'highlight'))
 
 endif
 

Documentation des variables

◆ $mime

◆ $route

◆ $show_description

$show_description = $this->params->get('show_description', 1)

◆ endif

endif

◆ if

if($this->params->get('show_url', 1)) ( empty$this->query->highlight) &&empty($this->result->mime) && $this->params->get('highlight_terms', 1) &&JPluginHelper::isEnabled('system', 'highlight')