mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-05 01:12:29 +02:00
merge r3664 from branch 2.0 to trunk
New: picture_nav_buttons.tpl gets in template-extension support git-svn-id: http://piwigo.org/svn/trunk@3665 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user