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/blog_children.php

Espaces de nommage

 Joomla\Site
 

Variables

 $app = JFactory::getApplication()
 
 $templateparams = $app->getTemplate(true)->params
 
 $class = ' class="first"'
 
 $user = JFactory::getUser()
 
 $groups = $user->getAuthorisedViewLevels()
 
if(count( $this->children[ $this->category->id]) > 0)( $this->children[ $this->category->id] as $id=> $child)(in_array( $child->access, $groups))( $child->numitems||$this->params->get( 'show_empty_categories')||count( $child->getChildren()))(!isset($this->children[$this->category->id][$id+1])) endif
 
$this category = $child
 
$this maxLevel
 
 endforeach
 

Documentation des variables

◆ $app

$app = JFactory::getApplication()

◆ $class

$class = ' class="first"'

◆ $groups

$groups = $user->getAuthorisedViewLevels()

◆ $templateparams

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

◆ $user

$user = JFactory::getUser()

◆ category

$this category = $child

◆ endforeach

endforeach

◆ endif

endif

◆ maxLevel

$this maxLevel