Skip to content

Commit

Permalink
#1336 Redesign search results page
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick committed Oct 9, 2015
1 parent 2d4ad35 commit 0ebef3a
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions themes/Fifteen/search-results.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@
exit;

?>
<nav class="navbar navbar-default" role="navigation">
<div class="navbar-header">
<a href="search.php" class="navbar-brand"><span class="fa fa-fw fa-search"></span> <?php _e('Search', 'luna') ?></a>
</div>
<div class="jumbotron">
<div class="container">
<h2 class="forum-title"><?php _e('Search', 'luna') ?></h2><span class="pull-right naviton"><?php echo $paging_links ?></span>
</div>
</nav>
<?php echo $paging_links ?>
<div class="list-group list-group-topic">
<?php draw_search_results(); ?>
</div>
</div>
<div class="container">
<div class="list-group forumview list-group-topic">
<?php draw_search_results(); ?>
</div>

0 comments on commit 0ebef3a

Please sign in to comment.