Added pager config to tuiconfig.c
[citadel.git] / webcit / static / head.html
index 4766dbfae55b06eb74588f5fab2213d28eff31c8..7d11c0721df5597f2790c66a49e314387c1ed65d 100644 (file)
@@ -2,13 +2,18 @@
         "http://www.w3.org/TR/html4/strict.dtd">
 <html>
 <head>
-<?REFRESHTAG>
 <title><?SERV_HUMANNODE></title>
-<meta name="MSSmartTagsPreventParsing" content="TRUE" />
-<link href="/static/webcit.css" rel="stylesheet" type="text/css">
+<meta name="MSSmartTagsPreventParsing" content="TRUE" >
+<meta name="keywords" content="groupware messaging collaboration" >
+<link href="static/webcit.css" rel="stylesheet" type="text/css">
+<?CSSLOCAL>
 <script type="text/javascript" src="static/wclib.js"></script>
 <script type="text/javascript" src="static/prototype.js"></script>
 <script type="text/javascript" src="static/scriptaculous.js"></script>
+<script type="text/javascript" src="static/niftycube.js"></script>
+<script type="text/javascript" src="static/BubbleTooltips.js"></script>
 
 </head>
 <body>
+<div id="global">
+<! end head.html>