2009-05-22 14:13:46 +02:00
|
|
|
<li>
|
|
|
|
<a href="<%= APP_CONFIG[:thumbs_path_public] + photo.album.path + "/" + photo.id.to_s + "_large.jpg" %>" title="<%= photo.title %>">
|
2009-05-25 21:39:43 +02:00
|
|
|
<%= image_tag APP_CONFIG[:thumbs_path_public] + photo.album.path + "/" + photo.id.to_s + "_small.jpg", { :id => 'thumb_' + photo.id.to_s } %></a>
|
2009-05-22 14:13:46 +02:00
|
|
|
</li>
|