clipbucket/upload/styles/cbv3/layout/photos.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

4 lines
No EOL
147 B
HTML

{assign var=type value='p'}
{foreach $photos as $photo}
{include_template_file file="blocks/photo.html" photo=$photo}
{/foreach}