Changeset 1846 in ExiteCMS
- Timestamp:
- 10/10/08 11:21:53 (3 years ago)
- Location:
- trunk/includes/templates
- Files:
-
- 3 edited
-
main.albums.albumview.tpl (modified) (1 diff)
-
main.albums.galleryview.tpl (modified) (1 diff)
-
main.albums.list.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/templates/main.albums.albumview.tpl
r1802 r1846 110 110 {/if} 111 111 {if $photos[id].album_photo_description|default:"" != ""} 112 <span class='small'>{$photos[id].parsed_album_photo_description}</span>112 {$photos[id].parsed_album_photo_description} 113 113 {elseif $photos[id].can_edit} 114 <span class='small'>{$locale.487}</span>114 {$locale.487} 115 115 {/if} 116 116 </td> -
trunk/includes/templates/main.albums.galleryview.tpl
r1802 r1846 93 93 </table> 94 94 {if $photos[id].gallery_photo_description|default:"" != ""} 95 <span class='small'>{$photos[id].parsed_gallery_photo_description}</span>95 {$photos[id].parsed_gallery_photo_description} 96 96 {elseif $photos[id].can_edit} 97 <span class='small'>{$locale.487}</span>97 {$locale.487} 98 98 {/if} 99 99 </td> -
trunk/includes/templates/main.albums.list.tpl
r1802 r1846 156 156 </table> 157 157 {if $collection[id].description|default:"" != ""} 158 <span class='small'>{$collection[id].description}</span>158 {$collection[id].description} 159 159 {/if} 160 160 </td>
Note: See TracChangeset
for help on using the changeset viewer.
