それも・・・

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('/'); $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');