summaryrefslogtreecommitdiffstats
path: root/views
diff options
context:
space:
mode:
authorMichael Francis <edude03@gmail.com>2011-06-21 09:37:37 -0400
committerMichael Francis <edude03@gmail.com>2011-06-21 09:37:37 -0400
commitc533816dae4477b05b49d7413a02ca89bc7d0841 (patch)
treeca25f3b861076f6e5781bd19775460f67889bd1d /views
parent8fc27734bb21fa00a9f40e26c5bdbdb8157ba7e3 (diff)
downloadotakuhub-c533816dae4477b05b49d7413a02ca89bc7d0841.tar.xz
Cleanup search results
Diffstat (limited to 'views')
-rw-r--r--views/Search/index.html.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/views/Search/index.html.php b/views/Search/index.html.php
index d566e30..5880090 100644
--- a/views/Search/index.html.php
+++ b/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): ?>