Commit 8f0f2fa62ec94868e15a3ce674f7bcd1620899e1
1 parent
e9088d10
14.06.16
Showing
2 changed files
with
9 additions
and
2 deletions
Show diff stats
common/widgets/Mailer.php
@@ -31,7 +31,7 @@ class Mailer extends Widget{ | @@ -31,7 +31,7 @@ class Mailer extends Widget{ | ||
31 | $mail->SetFrom('dockdep@gmail.com'); | 31 | $mail->SetFrom('dockdep@gmail.com'); |
32 | $mail->Subject = $this->subject; | 32 | $mail->Subject = $this->subject; |
33 | $mail->MsgHTML($this->render($this->type, ['params' => $this->params])); | 33 | $mail->MsgHTML($this->render($this->type, ['params' => $this->params])); |
34 | - $address = "dockdep@gmail.com"; | 34 | + $address = "rukza4ok@eltrade.com.ua"; |
35 | $mail->AddAddress($address); | 35 | $mail->AddAddress($address); |
36 | $mail->AddAddress($this->email); | 36 | $mail->AddAddress($this->email); |
37 | if(!$mail->send()) { | 37 | if(!$mail->send()) { |
frontend/views/catalog/products.php
@@ -201,4 +201,11 @@ $this->registerJsFile(Yii::getAlias('@web/js/ion.rangeSlider.js'),[ | @@ -201,4 +201,11 @@ $this->registerJsFile(Yii::getAlias('@web/js/ion.rangeSlider.js'),[ | ||
201 | <?= \common\modules\product\widgets\specialProducts::widget(['type' => 'new'])?> | 201 | <?= \common\modules\product\widgets\specialProducts::widget(['type' => 'new'])?> |
202 | <?= \common\modules\product\widgets\specialProducts::widget(['type' => 'top'])?> | 202 | <?= \common\modules\product\widgets\specialProducts::widget(['type' => 'top'])?> |
203 | <?= \common\modules\product\widgets\lastProducts::widget()?> | 203 | <?= \common\modules\product\widgets\lastProducts::widget()?> |
204 | -</div> | ||
205 | \ No newline at end of file | 204 | \ No newline at end of file |
205 | +</div> | ||
206 | + | ||
207 | +<div class="text_seo hidden_seo text_seo_products"> | ||
208 | + <div> | ||
209 | + <?= Seo::widget([ 'row'=>'seo_text'])?> | ||
210 | + </div> | ||
211 | + <a href="#" class="read_more_seo">Читать полностью</a> | ||
212 | +</div> |