それも・・・
This commit is contained in:
@@ -164,8 +164,9 @@ class User {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$tmpl = new Template('/');
|
$tmpl = new Template('/');
|
||||||
$pagetit = 'サインイン';
|
$suffix = $u->gender === '男' ? 'くん' : ($u->gender === '女' ? 'ちゃん' : 'さん');
|
||||||
$description = 'サイトにサインイン';
|
$pagetit = $u->altName.$suffix.'のプロフィール';
|
||||||
|
$description = '';
|
||||||
|
|
||||||
$tmpl->assign('pagetit', $pagetit);
|
$tmpl->assign('pagetit', $pagetit);
|
||||||
$tmpl->assign('curPage', 'auth');
|
$tmpl->assign('curPage', 'auth');
|
||||||
|
|||||||
Reference in New Issue
Block a user