| 123456789101112131415 |
- <?php
- $this->styles($this->html->style('table'));
- ?>
- <h3>Anime</h3>
- <?= $this->_render('element', 'animetable', compact('anime')) ?>
- <?= $this->html->link("More", array('controller' => 'search',
- 'action' => 'anime')); ?>
- <h3>Manga</h3>
- <?= $this->html->link("More", array('controller' => 'search',
- 'action' => 'anime')); ?>
- <h3>K Drama</h3>
- <?= $this->html->link("More", array('controller' => 'search',
- 'action' => 'anime')); ?>
|