diff options
| author | Christian Fowler <spider@viovio.com> | 2008-09-15 05:18:42 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2008-09-15 05:18:42 +0000 |
| commit | 93b0f3482e371ac59b5f98b03c5ac021ad05feee (patch) | |
| tree | db26f0c66cf541864900d6398635aa9cf5c11db6 /templates | |
| parent | b54ec0024638c410393db862a4ec46ed530fff2e (diff) | |
| download | fisheye-93b0f3482e371ac59b5f98b03c5ac021ad05feee.tar.gz fisheye-93b0f3482e371ac59b5f98b03c5ac021ad05feee.tar.bz2 fisheye-93b0f3482e371ac59b5f98b03c5ac021ad05feee.zip | |
move around service includes below title, before data; put titles below images
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/view_gallery.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/view_gallery.tpl b/templates/view_gallery.tpl index 32aa378..223b21d 100644 --- a/templates/view_gallery.tpl +++ b/templates/view_gallery.tpl @@ -20,15 +20,15 @@ <h1>{$gContent->getTitle()|escape}</h1> - {if $gContent->mInfo.data} - <p>{$gContent->mInfo.data|escape}</p> - {/if} </div> <div class="body"> {formfeedback success=$fisheyeSuccess error=$fisheyeErrors warning=$fisheyeWarnings} {include file="bitpackage:liberty/services_inc.tpl" serviceLocation='body' serviceHash=$gContent->mInfo} + {if $gContent->mInfo.data} + <p>{$gContent->mInfo.data|escape}</p> + {/if} {assign var=galLayout value=$gContent->getLayout()} {include file='`$smarty.const.FISHEYE_PKG_PATH`gallery_views/`$galLayout`/fisheye_`$galLayout`_inc.tpl" } </div> <!-- end .body --> |
