Page title now shows the room name instead of the user name.
authorArt Cancro <ajc@uncensored.citadel.org>
Tue, 24 May 2011 03:45:56 +0000 (23:45 -0400)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 20:52:38 +0000 (20:52 +0000)
This is better for search engines, bookmarks, etc etc etc

webcit/static/t/head.html

index 897276054b7b11d5f9ba97ca5b4a5e88139a099d..5473907b32abcc2b00e3ca0d8f9475de5c15fd90 100644 (file)
@@ -2,7 +2,7 @@
         "http://www.w3.org/TR/html4/loose.dtd">
 <html>
        <head>
-               <title><?CURRENT_USER> - <?SERV:HUMANNODE></title>
+               <title><?CURRENT_ROOM> - <?SERV:HUMANNODE></title>
                <meta name="MSSmartTagsPreventParsing" content="TRUE" >
                <meta name="keywords" content="groupware messaging collaboration" >
                <link href="static/styles/webcit.css" rel="stylesheet" type="text/css">