]> code.citadel.org Git - citadel.git/commitdiff
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)
committerArt Cancro <ajc@uncensored.citadel.org>
Tue, 24 May 2011 03:45:56 +0000 (23:45 -0400)
This is better for search engines, bookmarks, etc etc etc

webcit/static/t/head.html

index ad0c4eacbe33531f496f3187dc1b436b318fe6c7..22080bdfaf7dce692d31e8d23ff9040892a00fca 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">