Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.1.2.1, Sun Feb 22 23:32:25 2009 UTC | revision 1.1.2.2, Tue Apr 14 23:09:01 2009 UTC | |
|---|---|---|
| # | Line 0 | Line 1 |
| 1 | <?php | |
| 2 | // $Id: mimemail.tpl.php,v 1.1 2009/02/22 23:32:25 jerdavis Exp $ | |
| 3 | ||
| 4 | /** | |
| 5 | * @file mimemail.tpl.php | |
| 6 | */ | |
| 7 | ?> | |
| 8 | <html> | |
| 9 | <head> | |
| 10 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
| 11 | <?php if ($css): ?> | |
| 12 | <style type="text/css"> | |
| 13 | <!-- | |
| 14 | <?php print $css ?> | |
| 15 | --> | |
| 16 | </style> | |
| 17 | <?php endif; ?> | |
| 18 | </head> | |
| 19 | <body id="mimemail-body"> | |
| 20 | <div id="center"> | |
| 21 | <div id="main"> | |
| 22 | <?php print $body ?> | |
| 23 | </div> | |
| 24 | </div> | |
| 25 | </body> | |
| 26 | </html> |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |