type == AccountState::TYPE_OPEN ){ $this->title = "Kassza nyitás"; }else{ $this->title = "Kassza zárás"; } $this->params['breadcrumbs'][] = ['label' => Yii::t('frontend/account-state', 'Account States'), 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?>