Commit c02327c357311b97a050b93c76bf696762c2d28c

Authored by alex
1 parent 3b783d82

fix picture in letter to user after registration

common/mail/_thanks_1.php
... ... @@ -43,7 +43,7 @@ Ministry of Energy and Coal Industry of Ukraine
43 43 Organization issues:
44 44 </strong>
45 45 </span><br />
46   - Name: Ganna Skydanchuk <br>
  46 + Name: GНа указанный адрес скидка уже была высланаanna Skydanchuk <br>
47 47 Tel: <?= $phone ?> (10:00-18:00 local time) <br>
48 48 Email: <?= $email ?>
49 49 </p>
... ...
common/mail/thanks_1.php
... ... @@ -40,7 +40,7 @@ use common\models\Customer;
40 40 <?=\Yii::t('app','9F')?></a>
41 41 <p style="font-size: 13px; color: #03a9f4; padding-top: 8px;"><?=\Yii::t('app','12-18')?></p>
42 42 </td>
43   - <td align="right"><img src="/storage/user_letter/logos.png" alt=""></td>
  43 + <td align="right"><img src="<?=\Yii::$app->request->hostInfo?>/storage/user_letter/logos.png" alt=""></td>
44 44 <td width="15"></td>
45 45 </tr>
46 46 </table>
... ... @@ -50,7 +50,7 @@ use common\models\Customer;
50 50 <td align="center">
51 51 <table cellspacing="0" cellpadding="0" border="0" width="600">
52 52 <tr>
53   - <td align="center" width="600" height="210"><img src="/storage/user_letter/bg.jpg" style="width: 600px; height: 210px;" alt=""></td>
  53 + <td align="center" width="600" height="210"><img src="<?=\Yii::$app->request->hostInfo?>/storage/user_letter/bg.jpg" style="width: 600px; height: 210px;" alt=""></td>
54 54 </tr>
55 55 </table>
56 56 </td>
... ... @@ -205,7 +205,7 @@ use common\models\Customer;
205 205 <?=\Yii::t('app','studio-link')?>
206 206 </a></td>
207 207 <td width="10"></td>
208   - <td align="left"><a target="_blank" href="http://artweb.ua/ru"><img src="images/artweb.png" alt=""></a></td>
  208 + <td align="left"><a target="_blank" href="http://artweb.ua/ru"><img src="<?=\Yii::$app->request->hostInfo?>/storage/user_letter/artweb.png" alt=""></a></td>
209 209 </tr>
210 210 </table>
211 211 </td>
... ...
common/mail/thanks_2.php
... ... @@ -40,7 +40,7 @@ use common\models\Customer;
40 40 <?=\Yii::t('app','9F')?></a>
41 41 <p style="font-size: 13px; color: #03a9f4; padding-top: 8px;"><?=\Yii::t('app','12-18')?></p>
42 42 </td>
43   - <td align="right"><img src="/storage/user_letter/logos.png" alt=""></td>
  43 + <td align="right"><img src="<?=\Yii::$app->request->hostInfo?>/storage/user_letter/logos.png" alt=""></td>
44 44 <td width="15"></td>
45 45 </tr>
46 46 </table>
... ... @@ -50,7 +50,7 @@ use common\models\Customer;
50 50 <td align="center">
51 51 <table cellspacing="0" cellpadding="0" border="0" width="600">
52 52 <tr>
53   - <td align="center" width="600" height="210"><img src="/storage/user_letter/bg.jpg" style="width: 600px; height: 210px;" alt=""></td>
  53 + <td align="center" width="600" height="210"><img src="<?=\Yii::$app->request->hostInfo?>/storage/user_letter/bg.jpg" style="width: 600px; height: 210px;" alt=""></td>
54 54 </tr>
55 55 </table>
56 56 </td>
... ... @@ -206,7 +206,7 @@ use common\models\Customer;
206 206 <?=\Yii::t('app','studio-link')?>
207 207 </a></td>
208 208 <td width="10"></td>
209   - <td align="left"><a target="_blank" href="http://artweb.ua/ru"><img src="images/artweb.png" alt=""></a></td>
  209 + <td align="left"><a target="_blank" href="http://artweb.ua/ru"><img src="<?=\Yii::$app->request->hostInfo?>/storage/user_letter/artweb.png" alt=""></a></td>
210 210 </tr>
211 211 </table>
212 212 </td>
... ...
common/mail/thanks_3.php
... ... @@ -40,7 +40,7 @@ use common\models\Customer;
40 40 <?=\Yii::t('app','9F')?></a>
41 41 <p style="font-size: 13px; color: #03a9f4; padding-top: 8px;"><?=\Yii::t('app','12-18')?></p>
42 42 </td>
43   - <td align="right"><img src="/storage/user_letter/logos.png" alt=""></td>
  43 + <td align="right"><img src="<?=\Yii::$app->request->hostInfo?>/storage/user_letter/logos.png" alt=""></td>
44 44 <td width="15"></td>
45 45 </tr>
46 46 </table>
... ... @@ -50,7 +50,7 @@ use common\models\Customer;
50 50 <td align="center">
51 51 <table cellspacing="0" cellpadding="0" border="0" width="600">
52 52 <tr>
53   - <td align="center" width="600" height="210"><img src="/storage/user_letter/bg.jpg" style="width: 600px; height: 210px;" alt=""></td>
  53 + <td align="center" width="600" height="210"><img src="<?=\Yii::$app->request->hostInfo?>/storage/user_letter/bg.jpg" style="width: 600px; height: 210px;" alt=""></td>
54 54 </tr>
55 55 </table>
56 56 </td>
... ... @@ -206,7 +206,7 @@ use common\models\Customer;
206 206 <?=\Yii::t('app','studio-link')?>
207 207 </a></td>
208 208 <td width="10"></td>
209   - <td align="left"><a target="_blank" href="http://artweb.ua/ru"><img src="images/artweb.png" alt=""></a></td>
  209 + <td align="left"><a target="_blank" href="http://artweb.ua/ru"><img src="<?=\Yii::$app->request->hostInfo?>/storage/user_letter/artweb.png" alt=""></a></td>
210 210 </tr>
211 211 </table>
212 212 </td>
... ...
common/mail/thanks_4.php
... ... @@ -40,7 +40,7 @@ use common\models\Customer;
40 40 <?=\Yii::t('app','9F')?></a>
41 41 <p style="font-size: 13px; color: #03a9f4; padding-top: 8px;"><?=\Yii::t('app','12-18')?></p>
42 42 </td>
43   - <td align="right"><img src="/storage/user_letter/logos.png" alt=""></td>
  43 + <td align="right"><img src="<?=\Yii::$app->request->hostInfo?>/storage/user_letter/logos.png" alt=""></td>
44 44 <td width="15"></td>
45 45 </tr>
46 46 </table>
... ... @@ -50,7 +50,7 @@ use common\models\Customer;
50 50 <td align="center">
51 51 <table cellspacing="0" cellpadding="0" border="0" width="600">
52 52 <tr>
53   - <td align="center" width="600" height="210"><img src="/storage/user_letter/bg.jpg" style="width: 600px; height: 210px;" alt=""></td>
  53 + <td align="center" width="600" height="210"><img src="<?=\Yii::$app->request->hostInfo?>/storage/user_letter/bg.jpg" style="width: 600px; height: 210px;" alt=""></td>
54 54 </tr>
55 55 </table>
56 56 </td>
... ... @@ -206,7 +206,7 @@ use common\models\Customer;
206 206 <?=\Yii::t('app','studio-link')?>
207 207 </a></td>
208 208 <td width="10"></td>
209   - <td align="left"><a target="_blank" href="http://artweb.ua/ru"><img src="images/artweb.png" alt=""></a></td>
  209 + <td align="left"><a target="_blank" href="http://artweb.ua/ru"><img src="<?=\Yii::$app->request->hostInfo?>/storage/user_letter/artweb.png" alt=""></a></td>
210 210 </tr>
211 211 </table>
212 212 </td>
... ...