[ Index ] |
|
Code source de e107 0.7.8 |
1 if (ADMIN) { 2 global $e_sub_cat, $e_icon_array, $PLUGINS_DIRECTORY; 3 if (strstr(e_SELF, $PLUGINS_DIRECTORY)) { 4 include('plugin.php'); 5 $icon = ($eplug_icon && file_exists(e_PLUGIN.$eplug_icon)) ? "<img src='".e_PLUGIN.$eplug_icon."' alt='' style='border:0px; width: 32px; height: 32px' />" : E_32_CAT_PLUG; 6 } else { 7 $icon = $e_icon_array[$e_sub_cat]; 8 } 9 return $icon; 10 } else { 11 return E_32_LOGOUT; 12 }
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 |