summaryrefslogtreecommitdiffstats
path: root/views/search/anime.html.php
blob: 89cc9e976feb809822f448f92410fb53eb5dc389 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
$this->styles($this->html->style('anime'));
$this->styles($this->html->style('pagination'));
?>

<?= $this->_render('element', 'search') ?>

<h2>Anime Search Results</h2>
(search instead for ...)

<?= $this->Paginator->paginate(array('separator' => '')) ?>

<?= $this->_render('element', 'animetable', compact('anime')) ?>

<?= $this->Paginator->paginate(array('separator' => '')) ?>