aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorMaZderMind2014-10-19 20:05:28 +0200
committerMaZderMind2014-10-19 20:05:28 +0200
commit51a8f9ebef4294513c5fde5d2bec8d2b34a33f49 (patch)
tree15f8c8f691250d267422ea9272c9dc0f4482cd20 /template
parent7ae55834be63470c99cf3160406ffe5b70749d51 (diff)
identify page by classes
Diffstat (limited to 'template')
-rw-r--r--template/room.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/room.phtml b/template/room.phtml
index 1060652..680c6bc 100644
--- a/template/room.phtml
+++ b/template/room.phtml
@@ -1,4 +1,4 @@
-<div class="container-fluid rooms">
+<div class="container-fluid room <?=h($type)?> <?=h($format)?> <?=h($language)?>">
<h1><?=h($title)?></h1>
<ul class="nav nav-tabs nav-justified">