projects
/
Portfolio.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Formulaire http pleinement fonctionnel (reste à implémenter le changement de sens).
[Portfolio.git]
/
skins
/
getPhotosInfos.py
diff --git
a/skins/getPhotosInfos.py
b/skins/getPhotosInfos.py
index
985528e
..
15a1713
100755
(executable)
--- 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}
+ }