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

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

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

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

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

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