aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--admin/extend_for_templates.php1
-rw-r--r--plugins/LocalFilesEditor/admin.php1
-rw-r--r--plugins/LocalFilesEditor/main.inc.php2
3 files changed, 3 insertions, 1 deletions
diff --git a/admin/extend_for_templates.php b/admin/extend_for_templates.php
index 44ea50961..876bfe194 100644
--- a/admin/extend_for_templates.php
+++ b/admin/extend_for_templates.php
@@ -94,6 +94,7 @@ $eligible_templates = array(
'notification.tpl' => 'notification',
'picture.tpl' => 'picture',
'picture_content.tpl' => 'default_content',
+ 'picture_nav_buttons.tpl' => 'picture_nav_buttons',
'popuphelp.tpl' => 'popuphelp',
'profile.tpl' => 'profile',
'profile_content.tpl' => 'profile_content',
diff --git a/plugins/LocalFilesEditor/admin.php b/plugins/LocalFilesEditor/admin.php
index 3edd1ae50..088d6f84c 100644
--- a/plugins/LocalFilesEditor/admin.php
+++ b/plugins/LocalFilesEditor/admin.php
@@ -202,6 +202,7 @@ switch ($page['tab'])
'notification.tpl',
'picture.tpl',
'picture_content.tpl',
+ 'picture_nav_buttons.tpl',
'popuphelp.tpl',
'profile.tpl',
'profile_content.tpl',
diff --git a/plugins/LocalFilesEditor/main.inc.php b/plugins/LocalFilesEditor/main.inc.php
index 67fa07fed..4339995ce 100644
--- a/plugins/LocalFilesEditor/main.inc.php
+++ b/plugins/LocalFilesEditor/main.inc.php
@@ -23,7 +23,7 @@
/*
Plugin Name: LocalFiles Editor
-Version: 2.0.2
+Version: 2.0.3
Description: Edit local files from administration panel / Editeur de fichiers locaux
Plugin URI: http://piwigo.org/ext/extension_view.php?eid=144
Author: Piwigo team