X-Git-Url: https://scm.cri.ensmp.fr/git/Portfolio.git/blobdiff_plain/cd282ee58b2893790d06ce40a8b02c65481abbeb..803504e79c7201ae6f4004c6ee9aa5275b3218c3:/skins/getPhotoContextInfos.py diff --git a/skins/getPhotoContextInfos.py b/skins/getPhotoContextInfos.py index b070a83..b241808 100755 --- a/skins/getPhotoContextInfos.py +++ b/skins/getPhotoContextInfos.py @@ -36,7 +36,7 @@ for i, p in enumerate(portfolio.listNearestFolderContents(contentFilter={'portal d = {'src': '%s/getThumbnail' % purl ,'href': purl ,'thumbSize':size - ,'title' : p.Title() + ,'title' : p.Description() ,'displayed' : p == context ,'className': (selected and 'selected' or '') + ((p == context) and ' displayed' or '') , 'index': i