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 templates/beez3/html/com_content/category/default.php

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
 

Documentation des variables

◆ $app

$app = JFactory::getApplication()

◆ $pageSubHeading

$pageSubHeading = $this->params->get('page_subheading')

◆ $showCategoryHeadingTitleText

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

◆ $showCategoryTitle

$showCategoryTitle = $this->params->get('show_category_title') == 1

◆ $templateparams

$templateparams = $app->getTemplate(true)->params

◆ ($showPageHeading=$this->params->get('show_page_heading'))

if ( $showPageHeading=$this->params->get( 'show_page_heading'))($showPageHeading and($showCategoryTitle===true or $pageSubHeading))

◆ endif

if ( $showCategoryTitle===true or $pageSubHeading) elseif ( $showCategoryHeadingTitleText===true) endif