clipbucket/upload/styles/cbv3/layout/blocks/photo.html
Fawaz 8ec3779f31 Updated : photos ajax ajax/photos.php
Updated : upgrade_3.0.sql
Updated : photo_links method
Fixed : Memory exhausted error. Large images takes a lot of memory. So when CB_Resizer initializes we set memory limit to 256MB for current process
Renamed : includes/exif.php to exif_source.php
Updated : exif.php file to exif_source.php in functions.php
Fixed : exif data weird json encode thing
Updated : canon, nikon and olympus Makers
Added : exif.php, colors.html and exif.html in global folder
Updated : Few template files
2012-06-01 11:57:50 +00:00

8 lines
No EOL
466 B
HTML

<div class="inlineblock valignTop {$photo.photo_id}-photo video-box" id="photo-{$photo.photo_id}-box" style="float:none;">
<a href="{$cbphoto->photo_links($photo,'view_photo')}" class="thumbnail inlineblock relative">
{get_photo details=$photo size='m' output='html'}
</a>
<div class="video-info-cont relative">
<div class="title"><a href="{$cbphoto->photo_links($photo,'view_photo')}">{$photo.photo_title}</a></div>
</div>
</div>