Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence du fichier components/com_content/tmpl/category/blog.php

Espaces de nommage

 Joomla\Site
 

Variables

 $app = Factory::getApplication()
 
$this category text = $this->category->description
 
$this category description = $this->category->text
 
 $results = $app->triggerEvent('onContentAfterTitle', array($this->category->extension . '.categories', &$this->category, &$this->params, 0))
 
 $afterDisplayTitle = trim(implode("\n", $results))
 
 $beforeDisplayContent = trim(implode("\n", $results))
 
 $afterDisplayContent = trim(implode("\n", $results))
 
 $htag = $this->params->get('show_page_heading') ? 'h2' : 'h1'
 
 endif
 
 if ( $this->params->get( 'show_category_title', 1))
 
 foreach ( $this->lead_items as & $item)
 
 endforeach
 
if((int) $this->params->get( 'num_columns') > 1)(int) $this -> params->get('multi_column_order', 0)===0? ' masonry-' $blogClass = (int) $this->params->get('num_columns')
 

Documentation des variables

◆ $afterDisplayContent

$afterDisplayContent = trim(implode("\n", $results))

◆ $afterDisplayTitle

$afterDisplayTitle = trim(implode("\n", $results))

◆ $app

$app = Factory::getApplication()

◆ $beforeDisplayContent

$beforeDisplayContent = trim(implode("\n", $results))

◆ $blogClass

if ((int) $this->params->get('num_columns') > 1) (int) $this -> params->get( 'multi_column_order', 0)===0? ' masonry-' $blogClass = (int) $this->params->get('num_columns')

◆ $htag

$htag = $this->params->get('show_page_heading') ? 'h2' : 'h1'

◆ $results

$results = $app->triggerEvent('onContentAfterTitle', array($this->category->extension . '.categories', &$this->category, &$this->params, 0))

◆ description

$this category description = $this->category->text

◆ endforeach

endforeach

◆ endif

endif

◆ foreach

foreach($this->intro_items as $key=> &$item) (   $this->lead_items as &)

◆ if

if($this->params->get('show_category_title', 1))

◆ text

$this category text = $this->category->description