definitiv nein, es gab da auch keinen grund. Deshalb verstehe ich es nicht.
Ich habe das Template damals irgendwo im alten Forum gefunden um Grafiken vor den Headlines zu haben. Das habe ich unter Templates abgelegt, weil diese angeblich vom Update unberührt bleiben.
Das ist das Template:
Code:
<div class="layout_short block<?php echo $this->class; ?>">
<?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->getImage($this->href, 50, 0)); ?>" 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; ?>
<h2><?php echo $this->linkHeadline; ?></h2>
<?php if ($this->hasMetaFields): ?>
<p class="info"><?php echo $this->date; ?> <?php echo $this->author; ?> <?php echo $this->commentCount; ?></p>
<br>
<?php endif; ?>
</div>