Joomla CMS
2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
|
Espaces de nommage | |
namespace | 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') | |
$app = JFactory::getApplication() | |
$doc = JFactory::getDocument() | |
$templateparams = $app->getTemplate(true)->params | |
if(!$templateparams->get('html5', 0)) | endif |
$files = JHtml::_('stylesheet', 'templates/'.$this->template.'/css/general.css', null, false, true) | |
foreach($files as $file) | endforeach |
if ($templateparams->get('html5', 0)) | |
else | __pad5__ |
if($navposition=='left'and $showleft)(!$this->params->get('html5', 0))($showRightColumn==NULL) | else |
$app = JFactory::getApplication() |
$color = $this->params->get('templatecolor') |
$doc = JFactory::getDocument() |
$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')) |
$templateparams = $app->getTemplate(true)->params |
else __pad5__ |
if($navposition=='center' and $showleft) (!$this->params->get('html5', 0)) ($showRightColumn==NULL) else |
foreach ($files as $file) endforeach |
if ($showbottom) ($this->countModules('position-9')) if ($this->countModules('position-10')) if ($this->countModules('position-11')) endif |
if(!$templateparams->get('html5', 0)) | ( | $templateparams->'html5', 0 | ) |