Fetch des photos suivante (implémentation incomplète).
[Portfolio.git] / skins / portfolio_thumbnails_tail.py
index 819e759..4f47bf3 100644 (file)
@@ -1,4 +1,6 @@
 ##parameters=start=0, size=10
 options={}
-options.update(context.getPhotosInfos(context))
+options.update(context.getPhotosInfos(context,
+                                      pho_start=start,
+                                      batch_size=size))
 return context.portfolio_thumbnails_tail_template(**options)
\ No newline at end of file