source: extensions/floPure/mail/text/html/header.tpl @ 3333

Last change on this file since 3333 was 3333, checked in by flop25, 15 years ago

first commit

File size: 711 bytes
Line 
1{* $Id: header.tpl 2352 2008-05-20 00:27:26Z patdenice $ *}
2-----={$BOUNDARY_KEY}
3Content-Type: {$CONTENT_TYPE}; charset="{$CONTENT_ENCODING}";
4Content-Transfer-Encoding: 8bit
5
6<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
7<html lang="{$LANG}" dir="{$DIR}">
8<head>
9<title>Piwigo Mail</title>
10<meta http-equiv="Content-Type" content="text/html; charset={$CONTENT_ENCODING}">
11<style><!-- /* Mini style for mails */
12{if isset($GLOBAL_MAIL_CSS)}{$GLOBAL_MAIL_CSS}{/if}
13{if isset($MAIL_CSS)}{$MAIL_CSS}{/if}
14{if isset($LOCAL_MAIL_CSS)}{$LOCAL_MAIL_CSS}{/if}
15--></style>
16</head>
17<body>
18<div id="the_page">
19<div id="content" class="content">
Note: See TracBrowser for help on using the repository browser.