'Copyrights', 'URL' => get_admin_plugin_menu_link(dirname(__FILE__)).'/admin.php' ) ); return $menu; } /* +-----------------------------------------------------------------------+ * | Plugin image | * +-----------------------------------------------------------------------+ */ // Add information to the picture's description (The copyright's name) include_once(dirname(__FILE__).'/image.php'); /* +-----------------------------------------------------------------------+ * | Plugin batchmanager | * +-----------------------------------------------------------------------+ */ // With the batchmanager, copyrights can be assigned to photos. There are two // modes: Global mode, for mass assignment; Unit mode, for one by one // assignment to the photos. // Global mode include_once(dirname(__FILE__).'/batch_global.php'); // Unit mode include_once(dirname(__FILE__).'/batch_single.php'); ?>