From 0b32dd4c0bd53092fed21a0262dce0ebbd2afb9f Mon Sep 17 00:00:00 2001 From: rvelices Date: Fri, 22 Aug 2008 00:45:03 +0000 Subject: - further reduce css rules and remove unused ones - added a smarty prefilter so that html output is nicely indented now ... git-svn-id: http://piwigo.org/svn/trunk@2481 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/picture.tpl | 39 ++++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 19 deletions(-) (limited to 'template/yoga/picture.tpl') diff --git a/template/yoga/picture.tpl b/template/yoga/picture.tpl index fa76a7e01..9ba9d6ffa 100644 --- a/template/yoga/picture.tpl +++ b/template/yoga/picture.tpl @@ -244,28 +244,29 @@ y.callService( {if isset($COMMENT_COUNT)}
-

[{$COMMENT_COUNT}] {'comments_title'|@translate}

+

[{$COMMENT_COUNT}] {'comments_title'|@translate}

- + {if !empty($COMMENT_NAV_BAR)} + + {/if} - {if isset($comments)} - {include file='comment_list.tpl'} - {/if} - - {if isset($comment_add)} -
-
- {'comments_add'|@translate} - {if $comment_add.SHOW_AUTHOR} - - {/if} - - - -
-
- {/if} + {if isset($comments)} + {include file='comment_list.tpl' comment_separator=true} + {/if} + {if isset($comment_add)} +
+
+ {'comments_add'|@translate} + {if $comment_add.SHOW_AUTHOR} + + {/if} + + + +
+
+ {/if}
{/if} {*comments*} -- cgit v1.2.3