green.php 455 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->params['h1'] = \Yii::t('app', 'menu-green');
    $this->params[ 'breadcrumbs' ][] = $$this->params['h1'];
?>

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

    </div>
</div>