index.html.php 458 B

123456789101112131415
  1. <?php
  2. $this->styles($this->html->style('table'));
  3. ?>
  4. <h3>Anime</h3>
  5. <?= $this->_render('element', 'animetable', compact('anime')) ?>
  6. <?= $this->html->link("More", array('controller' => 'search',
  7. 'action' => 'anime')); ?>
  8. <h3>Manga</h3>
  9. <?= $this->html->link("More", array('controller' => 'search',
  10. 'action' => 'anime')); ?>
  11. <h3>K Drama</h3>
  12. <?= $this->html->link("More", array('controller' => 'search',
  13. 'action' => 'anime')); ?>