add reception changes
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user