X-Git-Url: https://scm.cri.ensmp.fr/git/Portfolio.git/blobdiff_plain/2da869b2b46179d64c05eaac4081226fdbbbc9ff..e73353500c67453ef9663d67eaeee7dd46c358ee:/skins/portfolio_thumbnails_tail.py diff --git a/skins/portfolio_thumbnails_tail.py b/skins/portfolio_thumbnails_tail.py deleted file mode 100644 index 8e77386..0000000 --- a/skins/portfolio_thumbnails_tail.py +++ /dev/null @@ -1,14 +0,0 @@ -##parameters=start=0, size=10, container_type='portfolio' -options={} -if container_type == 'portfolio' : - options.update(context.getPhotosInfos(context, - pho_start=start, - batch_size=size)) -elif container_type == 'lightbox' : - options.update(context.getLightboxPhotosInfos(context, - pho_start=start, - batch_size=size)) -elif container_type == 'selection' : - options.update(context.getSelectionPhotosInfos(pho_start=start, - batch_size=size)) -return context.portfolio_thumbnails_tail_template(**options) \ No newline at end of file