CHANGE_UI_FIX - VADIVEL J 2025-10-13

This commit is contained in:
vadivelJ96 2025-10-13 18:01:19 +05:30
parent 8d020efa99
commit ab915d49b7

View File

@ -51,7 +51,7 @@
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="mail-template-header"> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="mail-template-header">
<tr style="height:90px; background-color: #ffffff;"> <tr style="height:90px; background-color: #ffffff;">
<td align="left" valign="middle" style="padding:20px;" width="50%"> <td align="left" valign="middle" style="padding:20px;" width="50%">
<img src="<?= base_url('/public/uploads/logo/'); ?>" <img src="<?= base_url() . "public/uploads/logo/" . $params['client_data']['client_logo'] ?>"
alt="Client Logo" alt="Client Logo"
style="max-height:80px; max-width: 160px;"> style="max-height:80px; max-width: 160px;">
</td> </td>