source: trunk/template/yoga/mail/text/html/header.tpl @ 3282

Last change on this file since 3282 was 3282, checked in by plg, 15 years ago

change: according to topic:15067, svn:keywords property was removed

  • Property svn:eol-style set to LF
File size: 763 bytes
Line 
1{* $Id: /piwigo/trunk/template/yoga/mail/text/html/header.tpl 6491 2008-10-04T09:50:02.198862Z rub  $ *}
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_info.code}" dir="{$lang_info.direction}">
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.