summaryrefslogtreecommitdiffstats
path: root/views/anime/index.html.php
blob: 270ed761b66783fbb7d666489804be36936be632 (plain)
1
2
3
4
5
6
7
8
9
<?php
$this->styles($this->html->style('anime'));
$this->styles($this->html->style('pagination'));
?>

<h2 class="ribbon full">Anime</h2>
<div class="triangle-ribbon"></div>

<?= $this->_render('element', 'animetable', compact('anime')) ?>