diff options
Diffstat (limited to 'views/search/manga.html.php')
-rw-r--r-- | views/search/manga.html.php | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/views/search/manga.html.php b/views/search/manga.html.php new file mode 100644 index 0000000..181994b --- /dev/null +++ b/views/search/manga.html.php @@ -0,0 +1,16 @@ +<?php +$this->styles($this->html->style('pagination')); +$this->styles($this->html->style('table')); +$this->styles($this->html->style('search')); +?> + +<?= $this->_render('element', 'search') ?> + +<h2>Manga Search Results</h2> +(search instead for ...) + +<?= $this->Paginator->paginate(array('separator' => '')) ?> + +<?= $this->_render('element', 'mangatable') ?> + +<?= $this->Paginator->paginate(array('separator' => '')) ?> |