diff options
Diffstat (limited to 'gallery_views/fixed_grid/fisheye_fixed_grid_inc.tpl')
| -rwxr-xr-x | gallery_views/fixed_grid/fisheye_fixed_grid_inc.tpl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gallery_views/fixed_grid/fisheye_fixed_grid_inc.tpl b/gallery_views/fixed_grid/fisheye_fixed_grid_inc.tpl index 925ce95..8c4e032 100755 --- a/gallery_views/fixed_grid/fisheye_fixed_grid_inc.tpl +++ b/gallery_views/fixed_grid/fisheye_fixed_grid_inc.tpl @@ -5,6 +5,13 @@ {include file="bitpackage:fisheye/gallery_icons_inc.tpl"} <h1>{$gContent->getTitle()|escape}</h1> </div> + + {if $gContent->mInfo.data && $gContent->getPreference('show_description') ne 'n'} + <div class="body"> + <p>{$gContent->mInfo.data|escape}</p> + </div> + {/if} + <div class="body"> {if $gContent->mGalleryId != 0} <table class="thumbnailblock"> |
