rename token CURRENT_ROOM to THISROOM; since all other tokens concerning the currentl...
authorWilfried Goesgens <dothebart@citadel.org>
Tue, 24 Apr 2012 09:50:08 +0000 (11:50 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Tue, 24 Apr 2012 09:50:08 +0000 (11:50 +0200)
webcit/roomtokens.c
webcit/static/t/head.html

index 52d0ad4a7001301cf0f56b56ee045c569bf49ab2..c2c7d5331cf2aaf04b7d9b11c5e948e6876674af 100644 (file)
@@ -612,7 +612,7 @@ InitModule_ROOMTOKENS
        /**** Room... ******/
         /**** Name ******/
        RegisterNamespace("ROOMNAME", 0, 1, tmplput_RoomName, NULL, CTX_NONE);
-       RegisterNamespace("CURRENT_ROOM", 0, 1, tmplput_current_room, NULL, CTX_NONE);
+       RegisterNamespace("THISROOM", 0, 1, tmplput_current_room, NULL, CTX_NONE);
        RegisterNamespace("ROOM:INFO:NAME", 0, 1, tmplput_ROOM_NAME, NULL, CTX_ROOMS);
        RegisterNamespace("ROOM:INFO:PRINT_NAME", 0, 1, tmplput_ROOM_NAME, NULL, CTX_NONE);
        RegisterNamespace("ROOM:INFO:BASENAME", 0, 1, tmplput_ROOM_BASENAME, NULL, CTX_ROOMS);
index a7cf607da6257d895d6b16a7a706ad19e3ac98e2..9cc1a4bab4c8d83e356ebc4b62e9276e315f4fcb 100644 (file)
@@ -2,7 +2,7 @@
         "http://www.w3.org/TR/html4/loose.dtd">
 <html>
        <head>
-               <title><?CURRENT_ROOM> - <?SERV:HUMANNODE></title>
+               <title><?THISROOM> - <?SERV:HUMANNODE></title>
                <meta name="MSSmartTagsPreventParsing" content="TRUE" >
                <meta http-equiv="X-UA-Compatible" content="IE=8" />
                <meta name="keywords" content="groupware messaging collaboration" >