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é
|
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 | |
$mime = !empty($this->result->mime) ? 'mime-' . $this->result->mime : null |
if ( $show_description) $route = $this->result->route |
Référencé par AdministratorRouter\build(), SiteRouter\build(), SiteRouter\buildSefRoute(), InstallerAdapter\doDatabaseTransactions(), JApplicationWebRouterRest\execute(), JApplicationWebRouter\execute(), FinderIndexerHelper\getContentPath(), ModFinderHelper\getGetFields(), InstallerAdapter\getRoute(), JApplicationWebRouterBase\parseRoute(), SiteRouter\parseSefRoute(), FinderViewSearch\prepareDocument(), SiteRouter\processBuildRules(), UsersControllerUser\remind(), PlgSystemSef\route(), FOFTemplateUtils\route(), InstallerAdapter\setRoute(), et Installer\setupInstall().
$show_description = $this->params->get('show_description', 1) |
endif |
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' | ) |