diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/overview.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/overview.phtml b/template/overview.phtml index 3332fb9..1ff55f6 100644 --- a/template/overview.phtml +++ b/template/overview.phtml @@ -3,7 +3,7 @@ <div class="container"> <? $i = 0; foreach($overview->getGroups() as $group => $rooms): ?> <? if($group): ?> - <div class="row"> + <div class="row group group-<?=h(slugify($group))?>"> <div class="col-xs-12"> <h2><span><?=h($group)?></span></h2> </div> |