[ Index ] |
|
Code source de e107 0.7.8 |
1 global $pref; 2 3 if (!USER) 4 { 5 return ""; 6 } 7 8 $image = IMAGE_email; 9 10 if(is_numeric($parm)) 11 { 12 return "<a href='".e_BASE."emailmember.php?id.{$parm}'>{$image}</a>"; 13 } 14 else 15 { 16 return "<a href='mailto:{$parm}'>{$image}</a>"; 17 }
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Apr 1 01:23:32 2007 | par Balluche grâce à PHPXref 0.7 |