diff options
author | MaZderMind | 2014-10-19 20:05:28 +0200 |
---|---|---|
committer | MaZderMind | 2014-10-19 20:05:28 +0200 |
commit | 51a8f9ebef4294513c5fde5d2bec8d2b34a33f49 (patch) | |
tree | 15f8c8f691250d267422ea9272c9dc0f4482cd20 /template | |
parent | 7ae55834be63470c99cf3160406ffe5b70749d51 (diff) |
identify page by classes
Diffstat (limited to '')
-rw-r--r-- | template/room.phtml | 2 |
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"> |