'Media Icon', 'URL' => MEDIA_ICON_ADMIN, ) ); return $menu; } /* +-----------------------------------------------------------------------+ * | Plugin code | * +-----------------------------------------------------------------------+ */ include_once(MEDIA_ICON_PATH.'thumbnails.php'); include_once(MEDIA_ICON_PATH.'picture.php'); /* +-----------------------------------------------------------------------+ * | CSS Style | * +-----------------------------------------------------------------------+ */ add_event_handler('loc_end_page_header', 'media_icon_css'); function media_icon_css() { global $template, $conf; $conf_media_icon_general = unserialize($conf['media_icon_general']); //add a stylesheet $template->append('head_elements', ''); $template->append('head_elements', ''); } ?>