mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-11 19:23:01 +02:00
- Move get_extents function to include/functions.inc.php.
- Change all plugins version to 2.0. - LocalFiles Editor can now edit and create template extension. - Editarea (for LocalFiles Editor) go to version 0.7.2.2 (chrome compatible) - Editarea activation is now saved in database with AJAX. git-svn-id: http://piwigo.org/svn/trunk@2588 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
/*
|
||||
Plugin Name: LocalFiles Editor
|
||||
Version: 1.8
|
||||
Version: 2.0
|
||||
Description: Edit local files from administration panel / Editeur de fichiers locaux
|
||||
Plugin URI: http://phpwebgallery.net/ext/extension_view.php?eid=144
|
||||
Author: Piwigo team
|
||||
@@ -35,10 +35,10 @@ define('LOCALEDIT_PATH' , PHPWG_PLUGINS_PATH . basename(dirname(__FILE__)) . '/'
|
||||
|
||||
function localfiles_admin_menu($menu)
|
||||
{
|
||||
array_push($menu, array(
|
||||
'NAME' => 'LocalFiles Editor',
|
||||
'URL' => get_admin_plugin_menu_link(LOCALEDIT_PATH . 'admin.php')));
|
||||
return $menu;
|
||||
array_push($menu, array(
|
||||
'NAME' => 'LocalFiles Editor',
|
||||
'URL' => get_admin_plugin_menu_link(LOCALEDIT_PATH . 'admin.php')));
|
||||
return $menu;
|
||||
}
|
||||
|
||||
add_event_handler('get_admin_plugin_menu_links', 'localfiles_admin_menu');
|
||||
|
||||
Reference in New Issue
Block a user