PHP Classes

File: CMF/Web/application/language/en/email_lang.php

Recommend this page to a friend!
  Classes of Burge Lab   BurgeATS   CMF/Web/application/language/en/email_lang.php   Download  
File: CMF/Web/application/language/en/email_lang.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: BurgeATS
CRM, Ticketing system, and employee manangement
Author: By
Last change: Update of CMF/Web/application/language/en/email_lang.php
Date: 1 year ago
Size: 912 bytes
 

Contents

Class file image Download
<?php

$lang
['response_to']="Response to:";
$lang['email_template']='
    <!DOCTYPE html>
    <html dir="ltr" lang="en">
    <head>
        <meta charset="UTF-8" />
    </head>
    <body style="direction:ltr;font-family:Times new roman, Arial;">
        <div style=";height:150px;display:block;text-align:center;direction:ltr;">
             <a title="" alt="" href="'
.HOME_URL.'"><img src="'.IMAGES_URL.'/logo-text.png" style="max-height:130px" ></a>
         <a title="" alt="" href="'
.HOME_URL.'"><img src="'.IMAGES_URL.'/logo-notext.png" style="max-height:130px"></a>
        </div>
        <div class="main" style="direction:ltr;font-size:1.3em;font-family:Times new roman,Arial;line-height:1.8em;background:white;min-height:200px">
        $content
        </div>
        <br>
        <div style="direction:ltr;text-align:center;font-family:Times new roman, Arial;display:block;font-size:1em;color:#0C7B77;">$slogan</div>
        <hr>
        <br>
        $response_to
    </body>
    </html>'
;