[ Index ] |
|
Code source de e107 0.7.8 |
1 if (defined("ICONMAIL") && file_exists(THEME."images/".ICONMAIL)) 2 { 3 $icon = THEME."images/".ICONMAIL; 4 } 5 else 6 { 7 $icon = e_IMAGE."generic/".IMODE."/email.png"; 8 } 9 $parms = explode("^",$parm); 10 // message^source^other_parms 11 return "<a href='".e_BASE."email.php?{$parms[1]}'><img src='".$icon."' style='border:0' alt='{$parms[0]}' title='{$parms[0]}'/></a>";
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 |