egroupware_official/phpgwapi/templates/idsociety/head.tpl

36 lines
1.2 KiB
Smarty
Raw Normal View History

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset={charset}" />
<neta name="AUTHOR" content="eGroupWare http://www.egroupware.org" />
<meta name="description" content="eGroupWare" />
<meta name="keywords" content="eGroupWare" />
<meta name="robots" content="none" />
<link rel="ICON" href="{img_icon}" type="image/x-ico" />
<link rel="SHORTCUT ICON" href="{img_shortcut}" />
{css}
</style>
<script language="JavaScript">
<!--
function MM_preloadImages()
{
if (document.images)
{
var imgFiles = MM_preloadImages.arguments;
if (document.preloadArray==null) document.preloadArray = new Array();
var i = document.preloadArray.length;
with (document) for (var j=0; j<imgFiles.length; j++) if (imgFiles[j].charAt(0)!="#")
{
preloadArray[i] = new Image;
preloadArray[i++].src = imgFiles[j];
}
}
}
//-->
</script>
{java_script}
<title>{website_title}</title>
</head>
2004-01-02 00:05:50 +01:00
<!-- idsociety body tags continue into navbar.tpl, so the closing bracket here is there -->
<body {body_tags}