mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Add a homepage field to accounts
Allow users to add a link to their homepage to their profile. Implements FS#22774. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
9fec03d655
commit
e3670ef188
6 changed files with 62 additions and 19 deletions
|
@ -41,6 +41,10 @@
|
|||
<th><?= __("Real Name") . ":" ?></th>
|
||||
<td><?= htmlspecialchars($row["RealName"], ENT_QUOTES) ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><?= __("Homepage") . ":" ?></th>
|
||||
<td><?= htmlspecialchars($row["Homepage"], ENT_QUOTES) ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><?= __("IRC Nick") . ":" ?></th>
|
||||
<td><?= htmlspecialchars($row["IRCNick"], ENT_QUOTES) ?></td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue