From b97a2a5bd9291deb100aeef84e8efe51ce12e15f Mon Sep 17 00:00:00 2001 From: rvelices Date: Tue, 25 Jun 2013 21:29:15 +0000 Subject: fix smarty 3: | (modifier) operator priority is greater than +,/ ... git-svn-id: http://piwigo.org/svn/trunk@23550 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/default/template/picture_content.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'themes') diff --git a/themes/default/template/picture_content.tpl b/themes/default/template/picture_content.tpl index 793c275ea..998902dbb 100644 --- a/themes/default/template/picture_content.tpl +++ b/themes/default/template/picture_content.tpl @@ -10,11 +10,11 @@ {assign var='size' value=$derivative->get_size()} {if isset($previous)} -{$previous.TITLE|@escape} +{$previous.TITLE|@escape} {/if} -{'Thumbnails'|@translate} +{'Thumbnails'|@translate} {if isset($next)} -{$next.TITLE|@escape} +{$next.TITLE|@escape} {/if} {/strip}{/foreach} \ No newline at end of file -- cgit v1.2.3