Joomla CMS  3.9.25 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.9.25 et du framework Joomla Platform intégré
Référence du fichier templates/beez3/index.php

Espaces de nommage

 Joomla\Site
 

Variables

 $showRightColumn = ($this->countModules('position-3') or $this->countModules('position-6') or $this->countModules('position-8'))
 
 $showbottom = ($this->countModules('position-9') or $this->countModules('position-10') or $this->countModules('position-11'))
 
 $showleft = ($this->countModules('position-4') or $this->countModules('position-7') or $this->countModules('position-5'))
 
 $color = $this->params->get('templatecolor')
 
 $logo = $this->params->get('logo')
 
 $navposition = $this->params->get('navposition')
 
 $headerImage = $this->params->get('headerImage')
 
 $config = JFactory::getConfig()
 
 $bootstrap = explode(',', $this->params->get('bootstrap'))
 
 $option = JFactory::getApplication()->input->getCmd('option', '')
 
 if ( $logo)
 
 endif
 

Documentation des variables

◆ $bootstrap

$bootstrap = explode(',', $this->params->get('bootstrap'))

◆ $color

$color = $this->params->get('templatecolor')

◆ $config

$config = JFactory::getConfig()

◆ $headerImage

$headerImage = $this->params->get('headerImage')

◆ $logo

$logo = $this->params->get('logo')

◆ $navposition

$navposition = $this->params->get('navposition')

◆ $option

$option = JFactory::getApplication()->input->getCmd('option', '')

◆ $showbottom

$showbottom = ($this->countModules('position-9') or $this->countModules('position-10') or $this->countModules('position-11'))

◆ $showleft

$showleft = ($this->countModules('position-4') or $this->countModules('position-7') or $this->countModules('position-5'))

◆ $showRightColumn

$showRightColumn = ($this->countModules('position-3') or $this->countModules('position-6') or $this->countModules('position-8'))

◆ endif

if ($navposition === 'center' and $showleft) ( $showRightColumn==null) endif

◆ if

if($showRightColumn) (   $logo)