[ Index ] |
|
Code source de e107 0.7.8 |
1 global $pref; 2 3 $parm = trim($parm); 4 $external = ($pref['links_new_window'] || strpos($parm, 'external') === 0) ? " rel='external'" : ""; 5 6 if ($parm && $parm != 'external' && strpos($parm, ' ') === FALSE) 7 { 8 $parm = preg_replace('#^external.#is', '', $parm); 9 return "<a href='".$tp -> toAttribute($parm)."'".$external.">".$code_text."</a>"; 10 } 11 else 12 { 13 return "<a href='".$tp -> toAttribute($code_text)."'".$external.">".$code_text."</a>"; 14 }
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 |