mirror of
https://github.com/Xkeeper0/jul.git
synced 2025-07-31 04:02:00 -07:00
Pronoun field and display (closes #44)
This commit is contained in:
@@ -211,6 +211,7 @@ $tblend
|
||||
<br>$tblstart
|
||||
$tccellh colspan=2><center>Personal information<tr>
|
||||
$tccell1l width=150><b>Real name</td> $tccell2l>$user[realname] <tr>
|
||||
$tccell1l width=150><b>Pronouns</td> $tccell2l>". htmlspecialchars($user['pronouns']) ." <tr>
|
||||
$tccell1l width=150><b>Location</td> $tccell2l>$user[location] <tr>
|
||||
$tccell1l width=150><b>Birthday</td> $tccell2l>$birthday $age <tr>
|
||||
$tccell1l width=150><b>User bio</td> $tccell2l>". dofilters(doreplace2(doreplace($user['bio'], $user['posts'], (ctime()-$user['regdate'])/86400, $user['name']))) ." <tr>
|
||||
|
Reference in New Issue
Block a user