diff options
author | mistic100 <mistic@piwigo.org> | 2012-02-17 19:30:52 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2012-02-17 19:30:52 +0000 |
commit | e474f947fa8763daad243166a57f966bd304642e (patch) | |
tree | 30d7e0e193c57fb7cf6b6f2ca45540913cfaa892 /themes/default | |
parent | 553ba4569c6a774de5d81e1b0af50b139ce40c94 (diff) |
feature 2379: option to change comments order: change caption again, fix a bug in config page (induced by r13087)
git-svn-id: http://piwigo.org/svn/trunk@13224 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default')
-rw-r--r-- | themes/default/template/picture.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/template/picture.tpl b/themes/default/template/picture.tpl index 1c562cc4d..2dfa597f0 100644 --- a/themes/default/template/picture.tpl +++ b/themes/default/template/picture.tpl @@ -274,7 +274,7 @@ y.callService( {if $COMMENT_COUNT > 0} <h3>{$pwg->l10n_dec('%d comment', '%d comments',$COMMENT_COUNT)}</h3> {if $COMMENT_COUNT > 2} - {'Sort order'|@translate}: <a href="{$COMMENTS_ORDER_URL}#comments" rel="nofollow">{$COMMENTS_ORDER_TITLE}</a> + <a href="{$COMMENTS_ORDER_URL}#comments" rel="nofollow">{$COMMENTS_ORDER_TITLE}</a> {/if} {/if} {if !empty($navbar)}{include file='navigation_bar.tpl'|@get_extent:'navbar'}{/if} |