* switch room types to defines; no strcmp needed anymore.
[citadel.git] / webcit / static / t / roombanner.html
index a4ade026a067d7fed75abfe607d7530c57c08e26..6373fbc8e961d07749e77dca9225e326d58dab48 100644 (file)
@@ -3,11 +3,11 @@
 <div class="room_banner" id="room_banner" >
 <?ROOMPIC>
 <h1 id="rmname"><?ROOMNAME></h1>
-<?!("COND:ROOM:TYPE_IS", 7, "VIEW_WIKI")>
+<?!("COND:ROOM:TYPE_IS", 7, #"VIEW_WIKI")>
 <h2><?BSTR("page")></h2>
 <?!("X", 7)>
 <?ROOMINFO>
-<??("COND:ROOM:TYPE_IS", 8, "VIEW_WIKI")>
+<??("COND:ROOM:TYPE_IS", 8, #"VIEW_WIKI")>
 <p id="nummsgs"><?NUMMSGS></p>
 <?!("X", 8)>
 </div>