Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmi08 committed Jun 21, 2024
2 parents 56bae1b + 233c952 commit d9ac740
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions user/profile.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
}

$tpl->assign("userpenname", $userinfo['penname']." ".$nameinfo);
$tpl->assign("membersince", date("$dateformat", $userinfo['date']));

if($userinfo['realname'])
$tpl->assign("realname", $userinfo['realname']);
Expand Down

0 comments on commit d9ac740

Please sign in to comment.