New: picture_nav_buttons.tpl gets in template-extension support

git-svn-id: http://piwigo.org/svn/branches/2.0@3664 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
vdigital 2009-07-23 18:45:43 +00:00
parent 7edf366f8b
commit 306c8e696f
3 changed files with 3 additions and 1 deletions

View file

@ -93,6 +93,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',

View file

@ -201,6 +201,7 @@ switch ($page['tab'])
'notification.tpl',
'picture.tpl',
'picture_content.tpl',
'picture_nav_buttons.tpl',
'popuphelp.tpl',
'profile.tpl',
'profile_content.tpl',

View file

@ -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