diff options
Diffstat (limited to 'themes/default/template/picture.tpl')
-rw-r--r-- | themes/default/template/picture.tpl | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/themes/default/template/picture.tpl b/themes/default/template/picture.tpl index ff9ad2729..b679d2ebb 100644 --- a/themes/default/template/picture.tpl +++ b/themes/default/template/picture.tpl @@ -1,14 +1,13 @@ {* Example of resizeable {include file='include/autosize.inc.tpl'} *} - {if isset($MENUBAR)} {$MENUBAR} <div id="content" class="contentWithMenu"> {/if} - +{if isset($errors) or not empty($infos)} {include file='infos_errors.tpl'} - +{/if} {if !empty($PLUGIN_PICTURE_BEFORE)}{$PLUGIN_PICTURE_BEFORE}{/if} <div id="imageHeaderBar"> @@ -274,7 +273,6 @@ y.callService( </div> {if isset($COMMENT_COUNT)} -<a name="comments"></a> <div id="comments"> {if $COMMENT_COUNT > 0} <h3>{$pwg->l10n_dec('%d comment', '%d comments',$COMMENT_COUNT)}</h3> |