Css style including on mail are save on separated files. Default and local can be defined! git-svn-id: http://piwigo.org/svn/trunk@1797 68402e56-0260-453c-a942-63ccdbb3a9ee
16 lines
486 B
Go Template
16 lines
486 B
Go Template
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
|
"http://www.w3.org/TR/html4/loose.dtd">
|
|
<html lang="{LANG}" dir="{DIR}">
|
|
<head>
|
|
<title>PhpWebGallery Mail</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset={CONTENT_ENCODING}">
|
|
<style><!-- /* Mini style for mails */
|
|
{MAIL_CSS_DEFAULT_TEMPLATE}
|
|
{MAIL_CSS_THEME}
|
|
{MAIL_CSS_LOCAL_TEMPLATE}
|
|
{MAIL_CSS_LOCAL_COMMON}
|
|
--></style>
|
|
</head>
|
|
<body>
|
|
<div id="the_page">
|
|
<div id="content">
|