<div class="layout_short arc_<?php echo $this->archive->id; ?> block<?php echo $this->class; ?>">
<?php if ($this->hasMetaFields): ?>
<p class="info"><time datetime="<?php echo $this->datetime; ?>"><?php echo date("d.m.Y", strtotime($this->date)); ?></time> <?php echo $this->author; ?> <?php echo $this->commentCount; ?></p>
<?php endif; ?>
<h2><?php echo $this->linkHeadline; ?></h2>
<div class="teaser">
<?php if ($this->singleSRC): ?>
<a href="<?php echo $this->link ?>" class="image"><img src="<?php echo $this->getImage($this->singleSRC, 180, false); ?>" alt="<?php echo $this->alt ?>"></a>
<?php endif; ?>
<?php echo $this->teaser; ?>
</div>
<?php if ($this->text || $this->teaser): ?>
<p class="more"><?php echo $this->more; ?></p>
<?php endif; ?>
</div>