Files
FHC-Core/application/views/templates/mail.php
T

18 lines
303 B
PHP

<html>
<head>
<title>This is not the email template, this is a tribute</title>
</head>
<body>
<div class="header">
This is the header!
</div>
<div class="container">
<div class="body">
{body}
</div>
</div>
<div class="footer">
This is the footer!
</div>
</body>
</html>