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

Last change on this file since 3049 was 2651, checked in by rub, 16 years ago

Use directly $lang_info on tpl files.

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 669 bytes
Line 
1{* $Id: header.tpl 2651 2008-10-04 09:50:02Z 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.