CHANGE_FIX_LOGO_FOR_CLIENTS
This commit is contained in:
parent
9ffc14f946
commit
e33d179c62
30
app/Views/notification_mail_header.php
Normal file
30
app/Views/notification_mail_header.php
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>Email Notification</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
|
||||||
|
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="background:#ffffff; border-bottom:1px solid #ddd;">
|
||||||
|
<tr style="max-height:40px; ">
|
||||||
|
<td align="center" valign="middle" style="padding:10px;" width="50%" >
|
||||||
|
<img src="<?= base_url('/public/assets/images/'.$client_data['client_logo']); ?>"
|
||||||
|
alt="Client Logo"
|
||||||
|
style="height:auto; max-width: 120px;" >
|
||||||
|
</td>
|
||||||
|
<td align="center" valign="middle" style="padding:10px;" width="50%">
|
||||||
|
<img src="<?= base_url('/public/assets/images/Nhance-Logo-Final.png'); ?>"
|
||||||
|
alt="Default Logo"
|
||||||
|
style="height:auto; max-width: 120px;">
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Loading…
Reference in New Issue
Block a user