diff options
Diffstat (limited to 'gallery_views/fixed_grid/fisheye_fixed_grid_inc3.tpl')
| -rwxr-xr-x | gallery_views/fixed_grid/fisheye_fixed_grid_inc3.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gallery_views/fixed_grid/fisheye_fixed_grid_inc3.tpl b/gallery_views/fixed_grid/fisheye_fixed_grid_inc3.tpl index b55a966..6df08a5 100755 --- a/gallery_views/fixed_grid/fisheye_fixed_grid_inc3.tpl +++ b/gallery_views/fixed_grid/fisheye_fixed_grid_inc3.tpl @@ -10,7 +10,7 @@ {formfeedback success=$fisheyeSuccess error=$fisheyeErrors warning=$fisheyeWarnings} {include file="bitpackage:liberty/services_inc.tpl" serviceLocation='body' serviceHash=$gContent->mInfo} - {if $gContent->mInfo.data} + {if $gContent->mInfo.data && $gContent->getPreference('show_description') ne 'n'} <p>{$gContent->mInfo.data|escape}</p> {/if} |
