diff options
author | vdigital <vdigital@piwigo.org> | 2009-07-23 18:48:38 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2009-07-23 18:48:38 +0000 |
commit | 3130cb4b3f7f0e57478cdd662170c0fc2a4f9ead (patch) | |
tree | b9f4215e40486ed211984fdbc419eefe5454abca /plugins/LocalFilesEditor/admin.php | |
parent | 641caaa2f57fc37081c19be9d80dad323286f849 (diff) |
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
Diffstat (limited to '')
-rw-r--r-- | plugins/LocalFilesEditor/admin.php | 1 |
1 files changed, 1 insertions, 0 deletions
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', |