--- ./carbon/templates/album.tpl.org 2006-08-01 11:25:02.056126000 +0200 +++ ./carbon/templates/album.tpl 2006-08-01 11:25:07.556469750 +0200 @@ -126,7 +126,12 @@ {g->container type="imageframe.ImageFrame" frame=$theme.params.$frameType width=$child.thumbnail.width height=$child.thumbnail.height} + {if ($child.entityType == 'GalleryAlbumItem')} +
+

{g->text text="%s" arg1=$child.title|markup}

+ {else} {g->image id="%ID%" item=$child image=$child.thumbnail class="%CLASS% giThumbnail"} + {/if}
{/g->container} {elseif isset($child.thumbnail)} @@ -135,6 +140,7 @@ {else} +
{g->text text="no thumbnail"}
{/if} @@ -176,8 +182,8 @@ showDate=true showOwner=$showOwner showSize=true - showViewCount=true - showSummaries=true + showViewCount=false + showSummaries=false class="giInfo"} {/foreach}