Formulaire http pleinement fonctionnel (reste à implémenter le changement de sens).
[Portfolio.git] / skins / getPhotosInfos.py
index 985528e..15a1713 100755 (executable)
@@ -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}
+        }