mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-13 16:44:53 +02:00
Email Templates Plugin - Email Templates - Updates #2
This commit is contained in:
@@ -7,12 +7,10 @@
|
||||
<link rel="stylesheet" href="ink.css"> <!-- For testing only -->
|
||||
|
||||
<style type="text/css">
|
||||
<?php include 'inc.css'; ?>
|
||||
<?php include 'inc.css'; ?>
|
||||
</style>
|
||||
<style type="text/css">
|
||||
|
||||
/* Your custom styles go here */
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
@@ -20,9 +18,7 @@
|
||||
<tr>
|
||||
<td class="center" align="center" valign="top">
|
||||
<center>
|
||||
|
||||
<!-- Email Content -->
|
||||
|
||||
<?php include STORAGE . DS . 'emails' . DS . $email_template . '.email.php'; ?>
|
||||
</center>
|
||||
</td>
|
||||
</tr>
|
Reference in New Issue
Block a user