PHP Classes

File: modules/system/views/mail/partial-footer.php

Recommend this page to a friend!
  Packages of Luke Towers   Winter   modules/system/views/mail/partial-footer.php   Download  
File: modules/system/views/mail/partial-footer.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Winter
Content management system that uses MVC
Author: By
Last change:
Date: 8 months ago
Size: 348 bytes
 

Contents

Class file image Download
name = "Footer"
==
-------------------
{{ body|trim }}
==
<tr>
    <td>
        <table class="footer" align="center" width="570" cellpadding="0" cellspacing="0">
            <tr>
                <td class="content-cell" align="center">
                    {{ body|md_safe }}
                </td>
            </tr>
        </table>
    </td>
</tr>