Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Espaces de nommage | |
Joomla\Site | |
Variables | |
$htag = $this->params->get('show_page_heading') ? 'h2' : 'h1' | |
endif | |
if ( $this->params->get( 'show_category_title', 1)) | |
$htag = $this->params->get('show_page_heading') ? 'h2' : 'h1' |
endif |
if($this->params->get('show_category_title', 1)) |