From fe23062161d1e50a97685822c8ab94cdc2d43263 Mon Sep 17 00:00:00 2001 From: rvelices Date: Sat, 8 Mar 2008 01:38:37 +0000 Subject: - upload.tpl goes smarty - start some language cleanup and a small attempt to standardize a bit ... - debug_language now calls trigger_error instead of echo when missing language key git-svn-id: http://piwigo.org/svn/trunk@2265 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/picture.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'template/yoga/picture.tpl') diff --git a/template/yoga/picture.tpl b/template/yoga/picture.tpl index e50c8cbb6..9e0d6fa2f 100644 --- a/template/yoga/picture.tpl +++ b/template/yoga/picture.tpl @@ -45,13 +45,13 @@ {/if} {if isset($PLUGIN_PICTURE_ACTIONS)}{$PLUGIN_PICTURE_ACTIONS}{/if} {if isset($favorite) } - {$favorite.FAVORITE_ALT} + favorite {/if} {if !empty($U_SET_AS_REPRESENTATIVE) } {'representative'|@translate} {/if} {if isset($U_ADMIN) } - {'link_info_image'|@translate} + {'edit'|@translate} {/if} {if isset($U_CADDIE) } {'caddie'|@translate} @@ -220,7 +220,7 @@ {/if} - + {/if} -- cgit v1.2.3