Sequenzia/app/views/tag/edit_preview.php

4 lines
301 B
PHP
Raw Normal View History

2013-10-27 01:06:58 +02:00
<?php foreach ($this->posts as $post) : ?>
<?= $this->linkTo($this->imageTag($post->preview_url(), ['width' => $post->preview_dimensions()[0], 'height' => $post->preview_dimensions()[1], 'style' => "margin: 2em;", 'title' => $post->tags()]), ["post#show", 'id' => $post->id]) ?>
<?php endforeach ?>