Skip to content

Commit

Permalink
#1334 Add panel around list
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick committed Nov 15, 2015
1 parent e346356 commit 6eee75e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion themes/Sunrise/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,15 @@
<?php
}
?>
<div class="list-group list-group-thread">
<div class="panel panel-default panel-board">
<div class="panel-heading">
<h3 class="panel-title"><?php _e('Recent activity', 'luna') ?></h3>
</div>
<div class="list-group list-group-thread">
<?php
draw_index_threads_list(5, 'thread2.php');
?>
</div>
</div>
<?php
draw_forum_list('forum.php', 1, 'category.php', '</div></div>');
Expand Down

0 comments on commit 6eee75e

Please sign in to comment.