[ Index ]
 

Code source de e107 0.7.8

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/e107_files/shortcode/ -> admin_icon.sc (source)

   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  }


Généré le : Sun Apr 1 01:23:32 2007 par Balluche grâce à PHPXref 0.7