Skip to content

Commit f2532b1

Browse files
committed
ui
1 parent e820492 commit f2532b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/views/space/answer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/* @var yii\web\View $this */
77
/* @var yuncms\user\models\User $model */
88

9-
$this->context->layout = '@yuncms/user/frontend/views/layouts/space';
9+
$this->context->layout = '@yuncms/space/frontend/views/layouts/space';
1010
$this->params['user'] = $user;
1111
if (!Yii::$app->user->isGuest && Yii::$app->user->id == $user->id) {//Me
1212
$this->title = Yii::t('question', 'My Answers');

frontend/views/space/question.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/* @var yii\web\View $this */
77
/* @var yuncms\user\models\User $model */
88

9-
$this->context->layout = '@yuncms/user/frontend/views/layouts/space';
9+
$this->context->layout = '@yuncms/space/frontend/views/layouts/space';
1010
$this->params['user'] = $user;
1111
if (!Yii::$app->user->isGuest && Yii::$app->user->id == $user->id) {//Me
1212
$this->title = Yii::t('question', 'My Questions');

0 commit comments

Comments
 (0)