title = 'Мой профиль'; $this->params['breadcrumbs'][] = $this->title; $user = \Yii::$app->user->identity; ?>
Будут видны всем
= FieldEditor::widget ( [ 'template' => 'phone', 'item_id' => $user->id, 'model' => 'common\models\User', 'language' => 'ru', ] ); ?> = $form->field ($user_info, 'social_vk') ->label ('Vk.com') ->textInput () ?> = $form->field ($user_info, 'social_fb') ->label ('FaceBook.com') ->textInput () ?> = $form->field ($user_info, 'social_in') ->label ('LinkedIn.com') ->textInput () ?> = $form->field ($user_info, 'social_t') ->label ('Twitter.com') ->textInput () ?> = FieldEditor::widget ( [ 'template' => 'site', 'item_id' => $user->id, 'model' => 'common\models\User', 'language' => 'ru', ] ); ?> end (); ?>