aboutsummaryrefslogtreecommitdiff
path: root/template/overview.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'template/overview.phtml')
-rw-r--r--template/overview.phtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/overview.phtml b/template/overview.phtml
index ef40c63..19b83ff 100644
--- a/template/overview.phtml
+++ b/template/overview.phtml
@@ -7,8 +7,8 @@
</div>
</div>
- <? foreach($overview->getGroups() as $group => $rooms): ?>
- <div class="row room-group">
+ <? $i = 0; foreach($overview->getGroups() as $group => $rooms): ?>
+ <div class="row room-group room-group-n<?=h($i++)?>">
<? if($group): ?>
<div class="col-xs-12">
<h2><?=h($group)?></h2>