Commit 1df4ee344350a2e1a5bb605f149d2b1e0a5dd1eb
1 parent
4d013adc
big commti
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/views/catalog/product.php
... | ... | @@ -174,7 +174,7 @@ |
174 | 174 | <?php if(!empty($event->end_at) && $event->isActive()):?> |
175 | 175 | <div class="event_block"> |
176 | 176 | |
177 | - <div class="event_title"> <?= Html::a('Акция!!! '.$event->name,Url::to(['event/show','alias'=>$event->alias,'id'=>$event->primaryKey]))?></div> | |
177 | + <div class="event_title"> <?= Html::a('Акция!!! '.$event->name,Url::to(['event/show','alias'=>$event->alias]))?></div> | |
178 | 178 | <div class="event_time">До конца осталось:</div> |
179 | 179 | <div class="clock_<?= $event->primaryKey ?> clock_product_first "></div> |
180 | 180 | <?php | ... | ... |