X-Git-Url: https://svn.cri.ensmp.fr/git/Portfolio.git/blobdiff_plain/eb82d8f9e1a13678be84f554f73595b6c7902591..85f27d2b5e5329c8f7c488de37afb9211de6cfbb:/skins/getPhotosInfos.py?ds=inline diff --git a/skins/getPhotosInfos.py b/skins/getPhotosInfos.py index 985528e..15a1713 100755 --- a/skins/getPhotosInfos.py +++ b/skins/getPhotosInfos.py @@ -69,4 +69,9 @@ for p in batch : } infos.append(d) -return {'infos':infos, 'batch':batch, 'features':features} +return {'infos':infos, + 'batch':batch, + 'features':features, + 'sorting' : {'sort_on' : sort_on, + 'sort_order' : sort_order} + }