diff options
author | Michael Francis <edude03@gmail.com> | 2011-06-21 09:37:37 -0400 |
---|---|---|
committer | Michael Francis <edude03@gmail.com> | 2011-06-21 09:37:37 -0400 |
commit | c533816dae4477b05b49d7413a02ca89bc7d0841 (patch) | |
tree | ca25f3b861076f6e5781bd19775460f67889bd1d /views | |
parent | 8fc27734bb21fa00a9f40e26c5bdbdb8157ba7e3 (diff) | |
download | otakuhub-c533816dae4477b05b49d7413a02ca89bc7d0841.tar.xz |
Cleanup search results
Diffstat (limited to 'views')
-rw-r--r-- | views/Search/index.html.php | 2 |
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): ?> |