From c4fd9f91412e5be9d9c426d18ea260ae970e96d4 Mon Sep 17 00:00:00 2001 From: patdenice Date: Tue, 23 Mar 2010 21:19:55 +0000 Subject: Feature 1533: Change "General" by "Options" in Configuration menu. Change "Default Display" tab by "Guest Settings" tab. Add display tab in Configuration/Option menu. Allow to activate/deactivate a lot of display features: On main page: # Display only recently posted images # Sort order # Display all elements in all sub-categories # Display a calendar by posted date # Display a calendar by creation date # Slideshow On photo page: # Show file metadata # slideshow # Add this image to your favorites # Navigation Bar # Navigation Thumbnails git-svn-id: http://piwigo.org/svn/trunk@5293 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/default/template/picture.tpl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'themes/default/template/picture.tpl') diff --git a/themes/default/template/picture.tpl b/themes/default/template/picture.tpl index e5dd470e9..84dd8e43f 100644 --- a/themes/default/template/picture.tpl +++ b/themes/default/template/picture.tpl @@ -46,7 +46,9 @@ {if isset($U_SLIDESHOW_STOP) } {'stop the slideshow'|@translate} {/if} + {if isset($U_METADATA) } metadata + {/if} {if isset($current.U_DOWNLOAD) } {'download'|@translate} {/if} @@ -98,6 +100,7 @@ y.callService( +{if $DISPLAY_NAV_THUMB} {if isset($previous) } {/if} +{/if} -- cgit v1.2.3