blog.php 422 Bytes
<?php

/**
 * @var View     $this
 * @var Feedback $contact
 */

use artbox\core\models\Feedback;
use common\models\Settings;
use frontend\assets\MapAsset;
use yii\helpers\Html;
use yii\bootstrap\ActiveForm;
use yii\web\View;

$settings = Settings::getInstance();

$this->title = \Yii::t('app', 'menu-blog');
$this->params[ 'breadcrumbs' ][] = $this->title;
?>

<div id="blog-wr">
    <div id="content">

    </div>
</div>