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é
|
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 | |
$bootstrap = explode(',', $this->params->get('bootstrap')) |
$color = $this->params->get('templatecolor') |
$config = JFactory::getConfig() |
$headerImage = $this->params->get('headerImage') |
$logo = $this->params->get('logo') |
$navposition = $this->params->get('navposition') |
$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')) |
$showRightColumn = ($this->countModules('position-3') or $this->countModules('position-6') or $this->countModules('position-8')) |
if($showRightColumn) | ( | $logo | ) |