source: extensions/floPure/Pure_default/template/mail/text/html/header.tpl @ 5904

Last change on this file since 5904 was 5904, checked in by flop25, 14 years ago

Pure_defaut created

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