PHP Classes

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

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

Contents

Class file image Download
name = "Panel"
==
{{ body|trim }}
==
<table class="panel break-all" width="100%" cellpadding="0" cellspacing="0">
    <tr>
        <td class="panel-content">
            <table width="100%" cellpadding="0" cellspacing="0">
                <tr>
                    <td class="panel-item">
                        {{ body|md_safe }}
                    </td>
                </tr>
            </table>
        </td>
    </tr>
</table>