Changeset 237
- Timestamp:
- 08/19/07 14:27:11 (1 year ago)
- Files:
-
- trunk/templates/public/photoblog/index.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/templates/public/photoblog/index.html
r216 r237 31 31 {else} 32 32 {if $gallery.totalCount > 0} 33 <h3><a href="{$gallery.linkConsult}">{ i18n 'Consult'}</a></h3>33 <h3><a href="{$gallery.linkConsult}">{$gallery.niceName}</a></h3> 34 34 {/if} 35 35 36 36 {if $gallery->hasSubGallery()} 37 {if $gallery.totalCount == 0} 38 <h2>{$gallery.niceName}</h2> 39 {/if} 37 40 <h3><a href="{$gallery.linkSubGallery}">{i18n 'Sub galleries'}</a></h3> 38 41 {/if}
