Bei diesem Beispiel wurde die
<div class="layout_latest block<?php echo $this->class; ?>">
<div class="ce_accordion block">
<div class="toggler"> <span class="toggler_first">
<h2><?php echo $this->newsHeadline; ?></h2></span>
</div>
<div class="accordion">
<?php if ($this->hasMetaFields): ?>
<p class="info"><?php echo $this->date; ?> <?php echo $this->author; ?> <?php echo $this->commentCount; ?></p>
<?php endif; ?>
<?php if ($this->addImage): ?>
<div class="image_container"<?php if ($this->margin || $this->float): ?> style="<?php echo $this->margin . $this->float; ?>"<?php endif; ?>>
<?php if ($this->fullsize): ?>
<a href="<?php echo $this->href; ?>" title="<?php echo $this->alt; ?>" rel="lightbox">
<?php endif; ?>
<img src="<?php echo $this->src; ?>" alt="<?php echo $this->alt; ?>" />
<?php if ($this->fullsize): ?>
</a>
<?php endif; ?>
<?php if ($this->caption): ?>
<div class="caption"><?php echo $this->caption; ?></div>
<?php endif; ?>
</div>
<?php endif; ?>
<p class="teaser"><?php echo $this->teaser; ?></p>
<?php if ($this->text): ?>
<p class="more"><?php echo $this->more; ?></p>
<?php endif; ?>
</div>
</div>
</div>
Wow, vielen Dank für die tolle Idee + Umsetzung. Genau das, was ich gesucht habe! Keep up the good work
Hey, freut mich, dass ich dir damit helfen konnte. :)
vg,
john
Kommentar hinzufügen