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_weblinks/category/default_children.php

Espaces de nommage

 Joomla\Site
 

Variables

 $class = ' class="first"'
 
if( $this->maxLevel !=0 &&count( $this->children[ $this->category->id]) > 0)( $this->children[ $this->category->id] as $id=> $child) ($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

◆ $class

$class = ' class="first"'

◆ ($child->numitems|| $this->params->get('show_empty_categories')||count($child->getChildren()))

if($this->maxLevel != 0 && count($this->children[$this->category->id]) > 0) ($this->children[$this->category->id] as $id => $child) ( $child->numitems||$this->params->get( 'show_empty_categories')||count( $child->getChildren()))(!isset($this->children[$this->category->id][$id+1]))

◆ category

$this category = $child

◆ endforeach

endforeach

◆ endif

endif

◆ maxLevel

$this maxLevel