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

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

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