diff options
Diffstat (limited to '')
-rw-r--r-- | template/overview.phtml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/template/overview.phtml b/template/overview.phtml index e441112..d2f3c20 100644 --- a/template/overview.phtml +++ b/template/overview.phtml @@ -56,7 +56,8 @@ <div class="panel panel-default"> <div class="panel-heading"> <div class="panel-title"> - <?=h($room->getDisplay())?> + <span class="roomtitle regular"><?=h($room->getDisplay())?></span> + <span class="roomtitle short"><?=h($room->getDisplayShort())?></span> </div> </div> @@ -72,7 +73,7 @@ <? else: ?> - <h2><?=h($room->getDisplay())?></h2> + <h2><?=h($room->getDisplay())?></h2> <? endif ?> |