Clicking on the room name in the banner goes to the top level
[citadel.git] / webcit / static / t / roombanner.html
index 9ac92885ab707516ec3820824a5b30e29b6c0f52..5bdfbef63883cf170627763237de8cd6999f274c 100644 (file)
@@ -4,7 +4,7 @@
                <td><?=("room_view_picture")></td>
 
                <td>
-                       <h1 id="rmname"><?ROOM:INFO:PRINT_NAME("X")></h1>
+                       <h1 id="rmname"><a href="/readnew?go=<?ROOM:INFO:PRINT_NAME("U")>"><?ROOM:INFO:PRINT_NAME("X")></a></h1>
                        <?THISROOM:FEED:RSS>
                        <?!("COND:ROOM:TYPE_IS", 7, #"VIEW_WIKI")><h2><?BSTR("page")></h2><?!("X", 7)>
                        <??("COND:ROOM:TYPE_IS", 8, #"VIEW_WIKI")><p id="nummsgs"><?THISROOM:MSGS:NEW> <?_("new of")> <?THISROOM:MSGS:TOTAL> <?_("messages")></p>