]> git.mxchange.org Git - friendica.git/blob - view/templates/email/html.tpl
Remove relocation form from Admin Site settings
[friendica.git] / view / templates / email / html.tpl
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN">
2 <html>
3 <head>
4         <title>{{$title}}</title>
5         <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
6 </head>
7 <body>
8         <table style="border:1px solid #ccc">
9         <tbody>
10                 <tr>
11                         <td style="background:#084769; color:#FFFFFF; font-weight:bold; font-family:'lucida grande', tahoma, verdana,arial, sans-serif; padding: 4px 8px; vertical-align: middle; font-size:16px; letter-spacing: -0.03em; text-align: left;">
12                                 <img style="width:32px;height:32px; float:left;" src="{{$banner}}" alt="Friendica Banner">
13                                 <div style="padding:7px; margin-left: 5px; float:left; font-size:18px;letter-spacing:1px;">{{$product}}</div>
14                                 <div style="clear: both;"></div>
15                         </td>
16                 </tr>
17                 <tr>
18                         <td>
19                                 {{$htmlversion nofilter}}
20                         </td>
21                 </tr>
22         </tbody>
23         </table>
24 </body>
25 </html>