add reception changes

This commit is contained in:
2015-09-30 15:24:16 +02:00
parent 640d04cb76
commit 7128cd438d
11 changed files with 311 additions and 161 deletions

View File

@@ -11,6 +11,7 @@ use frontend\assets\AppAsset;
use common\widgets\Alert;
use common\components\FrotnendMenuStructure;
use frontend\components\FrontendMenuStructure;
use kartik\widgets\AlertBlock;
AppAsset::register($this);
?>
@@ -30,6 +31,13 @@ AppAsset::register($this);
<div class="wrap">
<?php
// with growl
echo AlertBlock::widget([
'useSessionFlash' => true,
'type' => AlertBlock::TYPE_GROWL,
'delay' => '3000'
]);
$menuStruct = new FrontendMenuStructure();
$items = $menuStruct->run();