templates/hideaway4you/news_short_blog.html5 line 17

Open in your IDE?
  1. <div class="layout_short arc_<?php echo $this->archive->id; ?> block<?php echo $this->class; ?>">
  2. <?php if ($this->hasMetaFields): ?>
  3. <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>
  4. <?php endif; ?>
  5. <h2><?php echo $this->linkHeadline; ?></h2>
  6. <div class="teaser">
  7. <?php if ($this->singleSRC): ?>
  8. <a href="<?php echo $this->link ?>" class="image"><img src="<?php echo $this->getImage($this->singleSRC, 180, false); ?>" alt="<?php echo $this->alt ?>"></a>
  9. <?php endif; ?>
  10. <?php echo $this->teaser; ?>
  11. </div>
  12. <?php if ($this->text || $this->teaser): ?>
  13. <p class="more"><?php echo $this->more; ?></p>
  14. <?php endif; ?>
  15. </div>