mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-31 18:30:20 +02:00
Update layout.email.php
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
<td class="email-header" style="padding:10px 20px 10px 0px;">
|
||||
<h1><?php echo $site_name; ?></h1>
|
||||
</td>
|
||||
<td class="expander"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
@@ -46,6 +47,7 @@
|
||||
<td class="email-content" style="border:1px solid #F5F5F5; background:#fdfdfd; padding:20px 20px 20px 20px;">
|
||||
<?php include STORAGE . DS . 'emails' . DS . $email_template . '.email.php'; ?>
|
||||
</td>
|
||||
<td class="expander"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
|
Reference in New Issue
Block a user