Pronoun field and display (closes #44)

This commit is contained in:
Xkeeper
2018-03-03 15:43:47 -08:00
parent 7a7e170e75
commit a52ce1e952
5 changed files with 48 additions and 39 deletions

View File

@@ -211,6 +211,7 @@ $tblend
<br>$tblstart
$tccellh colspan=2><center>Personal information<tr>
$tccell1l width=150><b>Real name</td> $tccell2l>$user[realname]&nbsp;<tr>
$tccell1l width=150><b>Pronouns</td> $tccell2l>". htmlspecialchars($user['pronouns']) ."&nbsp;<tr>
$tccell1l width=150><b>Location</td> $tccell2l>$user[location]&nbsp;<tr>
$tccell1l width=150><b>Birthday</td> $tccell2l>$birthday $age&nbsp;<tr>
$tccell1l width=150><b>User bio</td> $tccell2l>". dofilters(doreplace2(doreplace($user['bio'], $user['posts'], (ctime()-$user['regdate'])/86400, $user['name']))) ."&nbsp;<tr>