Luxbum.net - Script de galerie photo

Changeset 237

Show
Ignore:
Timestamp:
08/19/07 14:27:11 (1 year ago)
Author:
nicolas
Message:

amélioration de la présentation de l'index

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/templates/public/photoblog/index.html

    r216 r237  
    3131    {else} 
    3232        {if $gallery.totalCount > 0} 
    33                 <h3><a href="{$gallery.linkConsult}">{i18n 'Consult'}</a></h3> 
     33                <h3><a href="{$gallery.linkConsult}">{$gallery.niceName}</a></h3> 
    3434        {/if} 
    3535         
    3636        {if $gallery->hasSubGallery()} 
     37                {if $gallery.totalCount == 0} 
     38                                <h2>{$gallery.niceName}</h2> 
     39                        {/if} 
    3740            <h3><a href="{$gallery.linkSubGallery}">{i18n 'Sub galleries'}</a></h3> 
    3841        {/if}