ich stelle mich gerade blöd an oder ist noch zu früh
ich würde gerne die news titel im bild haben
<a href="<?=$this->getUrl(array('action' => 'show', 'id' => $article->getId())) ?>">
<h3><?=$article->getTitle()?></h3>
<?php if (!empty($image)): ?>
<img class="img-responsive img-blog" width="100%" src="<?=$this->getBaseUrl($image) ?>">
<?php if (!empty($imageSource)): ?>
<figcaption class="article_image_source"><?=$this->getTrans('imageSource') ?>: <?=$imageSource ?></figcaption>
<?php endif; ?>
<?php endif; ?>
</a>
verwendete ilch Version: 2.0 (alpha)


