1
0
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:
Awilum
2014-01-21 00:11:12 +02:00
parent 274e9a1849
commit a8b2725721
2 changed files with 4 additions and 8 deletions

View File

@@ -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>