PHP Classes

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

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

Contents

Class file image Download
name = "Header"
==
*** {{ body|trim }} <{{ url }}>
==
<tr>
    <td class="header">
        {% if url %}
            <a href="{{ url }}">
                {{ body }}
            </a>
        {% else %}
            <span>
                {{ body }}
            </span>
        {% endif %}
    </td>
</tr>