From 734d08b97d80b607b97b7060a6022db4d89d831e Mon Sep 17 00:00:00 2001 From: plegall Date: Thu, 1 Apr 2010 14:14:21 +0000 Subject: Fix missing keys: some keys have been removed by mistake during the massive key conversion. git-svn-id: http://piwigo.org/svn/trunk@5535 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/default/template/picture.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'themes/default/template/picture.tpl') diff --git a/themes/default/template/picture.tpl b/themes/default/template/picture.tpl index 9ac9b430b..29421e344 100644 --- a/themes/default/template/picture.tpl +++ b/themes/default/template/picture.tpl @@ -49,14 +49,14 @@ metadata {/if} {if isset($current.U_DOWNLOAD) } - {'download'|@translate} + {'download'|@translate} {/if} {if isset($PLUGIN_PICTURE_ACTIONS)}{$PLUGIN_PICTURE_ACTIONS}{/if} {if isset($favorite) } favorite {/if} {if !empty($U_SET_AS_REPRESENTATIVE) } - {'representative'|@translate} + {'representative'|@translate} {/if} {if isset($U_ADMIN) } {'edit'|@translate} @@ -78,7 +78,7 @@ y.callService( ); }{/literal} - {'caddie'|@translate} + {'caddie'|@translate} {/if}{*caddie management END*} {include file='picture_nav_buttons.tpl'|@get_extent:'picture_nav_buttons'} -- cgit v1.2.3