Sequenzia/app/views/note/index.php
2013-10-26 18:06:58 -05:00

10 lines
206 B
PHP
Executable File

<div id="note-list">
<?= $this->partial("post/posts", ['posts' => $this->posts]) ?>
<div id="paginator">
<?= $this->willPaginate($this->posts) ?>
</div>
<?= $this->partial("footer") ?>
</div>