szurubooru/src/Views/post-list.phtml

6 lines
212 B
PHTML
Raw Normal View History

<?php foreach ($this->context->transport->posts as $post): ?>
<a href="<?php echo \Chibi\UrlHelper::route('post', 'view', ['id' => $post->id]) ?>">
Post&nbsp;<?php echo $post->id; ?>
</a>
<?php endforeach ?>