[ Index ] |
|
Code source de e107 0.7.8 |
1 global $pref, $fromadmin; 2 3 if (array_key_exists('forum_attach', $pref) && $pref['forum_attach'] && FILE_UPLOADS || ADMIN || $fromadmin) 4 { 5 $image = (file_exists(THEME."images/file.png") ? THEME."images/file.png" : e_IMAGE."generic/".IMODE."/file.png"); 6 list($fname, $uc) = explode("^", $parm."^"); 7 if(isset($uc)) 8 { 9 if(!check_class($uc)) 10 { 11 return; 12 } 13 } 14 return "<a href='".$tp -> toAttribute($fname)."'><img src='".$image."' alt='' style='border:0; vertical-align:middle' /></a> <a href='".$tp -> toAttribute($fname)."'>".$code_text."</a>"; 15 }
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 |