title = 'Settings'; $this->params[ 'breadcrumbs' ][] = $this->title; ?> $this->title, ] ); ?>
[ 'class' => 'bar_tabs', ], 'items' => [ [ 'label' => \Yii::t('core', 'Главная'), 'content' => $this->render( '_main_tab', [ 'model' => $model, 'form' => $form, ] ), ], [ 'label' => \Yii::t('core', 'Контакты'), 'content' => $this->render( '_contact_tab', [ 'model' => $model, 'form' => $form, ] ), ], [ 'label' => \Yii::t('core', 'Социальные сети'), 'content' => $this->render( '_social_tab', [ 'model' => $model, 'form' => $form, ] ), ], [ 'label' => \Yii::t('core', 'Коды'), 'content' => $this->render( '_codes_tab', [ 'model' => $model, 'form' => $form, ] ), ], [ 'label' => \Yii::t('core', 'Email'), 'content' => $this->render( '_mail_tab', [ 'form' => $form, 'mail' => $mail, ] ), ], ], ] ); echo Html::submitButton( 'Сохранить', [ 'class' => 'btn btn-primary', ] ); ActiveForm::end(); ?>