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 | |
$app = JFactory::getApplication() | |
$templateparams = $app->getTemplate(true)->params | |
$showCategoryTitle = $this->params->get('show_category_title') == 1 | |
$showCategoryHeadingTitleText = $this->params->get('show_category_heading_title_text', 1) == 1 | |
$pageSubHeading = $this->params->get('page_subheading') | |
if | ($showPageHeading=$this->params->get('show_page_heading')) ( $showPageHeading and( $showCategoryTitle===true or $pageSubHeading)) |
endif | |
$app = JFactory::getApplication() |
$pageSubHeading = $this->params->get('page_subheading') |
$showCategoryHeadingTitleText = $this->params->get('show_category_heading_title_text', 1) == 1 |
$showCategoryTitle = $this->params->get('show_category_title') == 1 |
$templateparams = $app->getTemplate(true)->params |
if ( $showPageHeading=$this->params->get( 'show_page_heading'))($showPageHeading and($showCategoryTitle===true or $pageSubHeading)) |