1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-28 18:30:53 +02:00
Files
php-e107/e107_files/shortcode/profile.sc
2006-12-02 04:36:16 +00:00

3 lines
102 B
Python

$id = ($parm) ? $parm : USERID;
return "<a href='".e_BASE."user.php?id.{$id}'>".IMAGE_profile."</a>";