@@ -12,6 +12,8 @@
<?= $this->form->end(); ?>
</div>
<div class="grid_8">
+<h2>Search Results</h2>
+<hr />
<table class="table">
<tr><th>img</th><th>Name</th><th>Episodes</th><th>Type</th><th>Score</th></tr>
<?php foreach($content as $item): ?>