Michael Francis 14 жил өмнө
parent
commit
c533816dae

+ 2 - 0
views/Search/index.html.php

@@ -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): ?>