mirror of
https://github.com/e107inc/e107.git
synced 2025-01-19 13:37:09 +01:00
3 lines
102 B
Python
3 lines
102 B
Python
$id = ($parm) ? $parm : USERID;
|
|
return "<a href='".e_BASE."user.php?id.{$id}'>".IMAGE_profile."</a>";
|