Wenn man das ce_autogridwrapper.html5 Template schnell ändert, passt es genau so wie gedacht. Der Wrapper bekommt einfach noch die Grid-Klasse. Im nächsten Update wird das Standard.
Zeile 8 - 12
Zeile 8 - 12
PHP-Code:
<div class="<?php echo $this->class; ?> <?php echo $this->grid_class; ?> autogrid autogrid_wrapper cte block">
<div class="inside"<?php echo $this->cssID; ?><?php if ($this->style): ?> style="<?php echo $this->style; ?>"<?php endif; ?>>
<?php if ($this->headline): ?>
<<?php echo $this->hl; ?>><?php echo $this->headline; ?></<?php echo $this->hl; ?>>
<?php endif; ?>
Kommentar