mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-09 01:25:22 +01:00
24 lines
712 B
Smarty
24 lines
712 B
Smarty
<!-- BEGIN head -->
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
|
|
<META http-equiv="Content-Type" content="text/html; charset={charset}">
|
|
<META name="AUTHOR" content="phpGroupWare http://www.phpgroupware.org">
|
|
<META NAME="description" CONTENT="phpGroupWare">
|
|
<META NAME="keywords" CONTENT="phpGroupWare">
|
|
<STYLE type="text/css">
|
|
<!--
|
|
a { text-decoration:none; }
|
|
A:link{ text-decoration:none }
|
|
A:visted{ text-decoration:none }
|
|
A:active{ text-decoration:none }
|
|
body { margin-top: 0px; margin-right: 0px; margin-left: 0px; font-family: {font_family} }
|
|
.tablink { color: #000000; }
|
|
-->
|
|
</STYLE>
|
|
<TITLE>{website_title}</TITLE>
|
|
</HEAD>
|
|
<BODY {body_tags}>
|
|
<!-- END Head -->
|