From 8fdaa594942c6e0cb586f28dbbfdb868ce27b971 Mon Sep 17 00:00:00 2001 From: patdenice Date: Mon, 6 Oct 2008 17:59:06 +0000 Subject: - Don't show "home" twice on picture navbar if category is not set. - Add ids to textarea (for future use with TinyMCE plugin). - Enlarge cat_bottom-right.gif and cat_top-right.gif to 1200px. git-svn-id: http://piwigo.org/svn/trunk@2674 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/picture.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template/yoga/picture.tpl') diff --git a/template/yoga/picture.tpl b/template/yoga/picture.tpl index 756434c4a..5d6f85b7f 100644 --- a/template/yoga/picture.tpl +++ b/template/yoga/picture.tpl @@ -22,7 +22,7 @@
{'home'|@translate} - {$LEVEL_SEPARATOR}{$SECTION_TITLE} + {if $SECTION_TITLE != 'no_category'|@translate}{$LEVEL_SEPARATOR}{$SECTION_TITLE}{/if} {$LEVEL_SEPARATOR}{$current.TITLE}
{$PHOTO}
@@ -262,7 +262,7 @@ y.callService( {if $comment_add.SHOW_AUTHOR} {/if} - + -- cgit v1.2.3