diff options
Diffstat (limited to '')
-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 1ff55f6..5683cd0 100644 --- a/template/overview.phtml +++ b/template/overview.phtml @@ -9,7 +9,7 @@ </div> </div> <? endif ?> - <div class="row room-group room-group-n<?=h($i++)?>"> + <div class="row room-group room-group-n<?=h($i++)?> room-group-<?=h(slugify($group))?>"> <? $count = count($rooms); $idx = 0 ?> <? foreach($rooms as $room): ?> |