]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/head.html
MAILINGLIST: add facility to choose the default room email alias.
[citadel.git] / webcit / static / t / head.html
index 2d6e6b3cc620de84f298e3a05cb36037b9002f21..e342a75975e04fb6b200aecadfd8a1db95b0eac3 100644 (file)
@@ -2,7 +2,7 @@
         "http://www.w3.org/TR/html4/loose.dtd">
 <html>
        <head>
-               <title><?THISROOM> - <?SERV:HUMANNODE></title>
+               <title><?THISROOM:NAME> - <?SERV:HUMANNODE></title>
                <meta name="MSSmartTagsPreventParsing" content="TRUE" >
                <meta http-equiv="X-UA-Compatible" content="IE=8" >
                <meta name="keywords" content="groupware messaging collaboration" >
@@ -30,7 +30,6 @@
        </head>
 <body>
 <div id="is_logged_in" style="display:none"><?%("COND:LOGGEDIN", 1, 1, 1, "no", "yes")></div>
-<?ICONBAR>
 <!-- begin modal box -->
 <div id="modal">
        <div class="md-overlay-decorator">
@@ -50,5 +49,6 @@
        </div>
 </div>
 <!-- end modal box -->
+<?ICONBAR>
 <div id="global">
 <!--("end head.html")-->