Sequenzia/app/views/note/index.php

10 lines
206 B
PHP
Raw Normal View History

2013-10-27 01:06:58 +02:00
<div id="note-list">
<?= $this->partial("post/posts", ['posts' => $this->posts]) ?>
<div id="paginator">
<?= $this->willPaginate($this->posts) ?>
</div>
<?= $this->partial("footer") ?>
</div>