diff options
author | raylu <raylu@mixpanel.com> | 2011-07-16 23:08:10 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-07-16 23:08:10 -0700 |
commit | dcc965ab293655136c251afe4fb6f4f41ac5cb75 (patch) | |
tree | 06d69723a766ff1bbe88f716a9a427fb397f158b /views/search/kdrama.html.php | |
parent | 994c36b8279480b6e3374017140e36d77401d3a4 (diff) | |
download | otakuhub-dcc965ab293655136c251afe4fb6f4f41ac5cb75.tar.xz |
manga/kdrama individual search pages
Diffstat (limited to 'views/search/kdrama.html.php')
-rw-r--r-- | views/search/kdrama.html.php | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/views/search/kdrama.html.php b/views/search/kdrama.html.php new file mode 100644 index 0000000..8736902 --- /dev/null +++ b/views/search/kdrama.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>K-Drama Search Results</h2> +(search instead for ...) + +<?= $this->Paginator->paginate(array('separator' => '')) ?> + +<?= $this->_render('element', 'kdramatable') ?> + +<?= $this->Paginator->paginate(array('separator' => '')) ?> |