add frontend ticket translations
This commit is contained in:
@@ -35,14 +35,14 @@ AppAsset::register($this);
|
||||
echo AlertBlock::widget([
|
||||
'useSessionFlash' => true,
|
||||
'type' => AlertBlock::TYPE_GROWL,
|
||||
'delay' => '3000'
|
||||
'delay' => '1'
|
||||
]);
|
||||
|
||||
$menuStruct = new FrontendMenuStructure();
|
||||
$items = $menuStruct->run();
|
||||
|
||||
NavBar::begin([
|
||||
'brandLabel' => 'My Company',
|
||||
'brandLabel' => 'Web Recepció',
|
||||
'brandUrl' => Yii::$app->homeUrl,
|
||||
'options' => [
|
||||
'class' => 'navbar-inverse navbar-fixed-top',
|
||||
|
||||
Reference in New Issue
Block a user