[ Index ] |
|
Code source de e107 0.7.8 |
1 @include_once(e_PLUGIN."pm/languages/".e_LANGUAGE.".php"); 2 @include_once(e_PLUGIN."pm/languages/English.php"); 3 global $sysprefs, $pm_prefs; 4 $pm_prefs = $sysprefs->getArray("pm_prefs"); 5 if(check_class($pm_prefs['pm_class'])) 6 { 7 if(file_exists(THEME."forum/pm.png")) 8 { 9 $img = "<img src='".THEME."forum/pm.png' alt='".LAN_PM."' title='".LAN_PM."' style='border:0' />"; 10 } 11 else 12 { 13 $img = "<img src='".e_PLUGIN."pm/images/pm.png' alt='".LAN_PM."' title='".LAN_PM."' style='border:0' />"; 14 } 15 return "<a href='".e_PLUGIN."pm/pm.php?send.{$parm}'>{$img}</a>"; 16 } 17 else 18 { 19 return ""; 20 }
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 |