diff options
Diffstat (limited to 'admin')
-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 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', |