Waalwijk (Noord-Brabant) Werkzaam met Joomla sinds 2006 Lid van het Certification Exam & Platform team sinds 2017 https://www.joomill.nl https://www.joomill-extensions.com info@joomill.nl https://twitter.com/joomill https://facebook.com/joomill
``
` `
` index.php `
` css `
` top `
` nl-NL.tpl_jug.ini `
body { font-family: 'Open Sans';}
None Normal Large
$topapadding = $this->params->get('topapadding', '');
countModules('top-a')): ?>
.padding-none { padding-bottom: 0px; padding-top: 0px; } .padding-normal { padding-bottom: 20px; padding-top: 20px; } .padding-large { padding-bottom: 50px; padding-top: 50px; }
$grid = 12; if ($this->countModules('left') && $this->countModules('right')) { $componentwidth = ($grid - ( $leftwidth + $rightwidth )); } elseif ($this->countModules('left') && !$this->countModules('right')) { $componentwidth = ($grid - $leftwidth); } elseif (!$this->countModules('left') && $this->countModules('right')) { $componentwidth = ($grid - $rightwidth); } elseif (!$this->countModules('left') && !$this->countModules('right')) { $componentwidth = $grid; }