Blame view

frontend/views/discount/empty.php 169 Bytes
b224f0ae   Alexey Boroda   Changes:
1
2
3
4
5
6
7
8
9
10
  <?php
  /**
   * @var View $this
   */
  use yii\web\View;
  
  $this->title = 'Акции';
  $this->params['breadcrumbs'][] = $this->title;
  
  echo "Товары не найдены";