Logo white

Alexey Boroda / extrem-new

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • extrem-new
  • frontend
  • views
  • discount
  • empty.php
  • -Seo widget integration
    f2acc393
    Alexey Boroda authored
    2016-10-21 15:15:56 +0300  
    Browse Code »
empty.php 174 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11
<?php
/**
 * @var View $this
 */
use yii\web\View;

$this->title = 'Акции';
$this->params['breadcrumbs'][] = $this->title;

echo "Товары не найдены";