diff options
author | vdigital <vdigital@piwigo.org> | 2009-07-23 18:45:43 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2009-07-23 18:45:43 +0000 |
commit | 306c8e696f689bf45e71ed33dd00ae057aab61b4 (patch) | |
tree | e93a3e0236aa5708d450851075d9fb78efebde13 /admin/extend_for_templates.php | |
parent | 7edf366f8b50e6e60cc2627824ab34a24e5311c2 (diff) |
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
Diffstat (limited to 'admin/extend_for_templates.php')
-rw-r--r-- | admin/extend_for_templates.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/extend_for_templates.php b/admin/extend_for_templates.php index b8eefc817..57c4581e3 100644 --- a/admin/extend_for_templates.php +++ b/admin/extend_for_templates.php @@ -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', |