Changeset 27 for trunk/smarty/templates/metalbum/album.tpl
- Timestamp:
- 08/19/05 16:04:06 (7 years ago)
- Files:
-
- 1 modified
-
trunk/smarty/templates/metalbum/album.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/smarty/templates/metalbum/album.tpl
r24 r27 41 41 <td align='center'> 42 42 <a href='/metalbum/{$url_id}/view/{$metalbum.name}/{$photo.id}'> 43 <img style='margin: 3px;' src='{$photo.url_thumb}' alt=' photo' /></a><br />44 {$photo.title| escape}<br />43 <img style='margin: 3px;' src='{$photo.url_thumb}' alt='$photo.title|escape' /></a><br /> 44 {$photo.title|truncate:30|escape}<br /> 45 45 <span class='subimage'><a href="/metalbum/{$url_id}/view/{$metalbum.name}/{$photo.id}">{t}View full photo{/t}</a></span> 46 46 </td>
