manga.html.php 417 B

12345678910111213141516
  1. <?php
  2. $this->styles($this->html->style('pagination'));
  3. $this->styles($this->html->style('table'));
  4. $this->styles($this->html->style('search'));
  5. ?>
  6. <?= $this->_render('element', 'search') ?>
  7. <h2>Manga Search Results</h2>
  8. (search instead for ...)
  9. <?= $this->Paginator->paginate(array('separator' => '')) ?>
  10. <?= $this->_render('element', 'mangatable') ?>
  11. <?= $this->Paginator->paginate(array('separator' => '')) ?>