それも・・・

This commit is contained in:
2025-12-12 01:07:09 +09:00
parent 667ac47af0
commit 0a41f55ec4

View File

@@ -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');