{*
header.tpl
phpRechnung - is easy-to-use Web-based multilingual accounting software.
Copyright (C) 2001 - 2007 Edy Corak < phprechnung at ecorak dot net >
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*}
<?xml version="1.0" encoding="{$smarty.session.Charset}" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="expires" content="Sat, 01 Mar 2003 00:00:00 GMT" />
<meta http-equiv="last-modified" content="{$smarty.now|date_format:"%a, %d %b %Y %H:%M:%S GMT"}" />
<meta http-equiv="cache-control" content="no-store, no-cache, must-revalidate" />
<meta http-equiv="cache-control" content="post-check=0, pre-check=0" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="content-type" content="text/html; charset={$smarty.session.Charset}" />
<meta name="author" content="Edy Corak" />
<title>{$Programname} - {$Title}</title>
<link rel="stylesheet" type="text/css" href="{$Web}/include/print.css" media="print" />
<link rel="stylesheet" type="text/css" href="{$Web}/include/phprechnung.css" title="phpRechnung - CSS" media="screen" />
<link rel="icon" href="{$Web}/images/favicon.png" type="image/png" />
{literal}
{/literal}
</head>