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