Added the id #room_ROOMNAME to the body tag, this enables us to use some conditionals...
[citadel.git] / webcit / static / t / head.html
index 5473907b32abcc2b00e3ca0d8f9475de5c15fd90..7e6125cfbad11419f05f8758f442d3e9d0f2ab85 100644 (file)
@@ -25,7 +25,7 @@
                <script type="text/javascript" src="static/ctdldragdrop.js"></script>
                <script type="text/javascript" src="static/modal.js"></script>
        </head>
-<body>
+<body id="room_<?CURRENT_ROOM>">
 <div id="is_logged_in" style="display:none"><?%("COND:LOGGEDIN", 1, 1, 1, "no", "yes")></div>
 <?ICONBAR>
 <!-- begin modal box -->