diff options
Diffstat (limited to 'template/yoga/picture.tpl')
-rw-r--r-- | template/yoga/picture.tpl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/template/yoga/picture.tpl b/template/yoga/picture.tpl index 26450a21c..a6c9eda06 100644 --- a/template/yoga/picture.tpl +++ b/template/yoga/picture.tpl @@ -255,9 +255,7 @@ y.callService( {if $COMMENT_COUNT > 0} <h3>{$pwg->l10n_dec('%d comment', '%d comments',$COMMENT_COUNT)}</h3> {/if} - {if !empty($COMMENT_NAV_BAR)} - <div class="navigationBar">{$COMMENT_NAV_BAR}</div> - {/if} + {if !empty($navbar) }{include file='navigation_bar.tpl'}{/if} {if isset($comments)} {include file='comment_list.tpl' comment_separator=true} |