web/ldtplatform/config.py.tmpl
changeset 330 806188af5027
parent 299 9ce9e92af978
child 333 4ddf8c0eeab4
--- a/web/ldtplatform/config.py.tmpl	Wed Jan 04 12:17:47 2012 +0100
+++ b/web/ldtplatform/config.py.tmpl	Wed Jan 04 17:28:54 2012 +0100
@@ -92,4 +92,9 @@
 USE_GROUP_PERMISSIONS = ['Project', 'Content', 'Media'] 
 FORBIDDEN_STREAM_URL = "rtmp://media.iri.centrepompidou.fr/ddc_player/mp4:video/forbidden_stream.mp4?old_path="
 PUBLIC_GROUP_NAME = 'everyone'
-MAX_USERS_SEARCH = 20
\ No newline at end of file
+MAX_USERS_SEARCH = 20
+
+DEFAULT_CONTENT_ICON = "thumbnails/contents/content_default_icon.png"
+DEFAULT_PROJECT_ICON = "thumbnails/projects/project_default_icon.png"
+DEFAULT_USER_ICON = "thumbnails/users/user_default_icon.png"
+DEFAULT_GROUP_ICON = "thumbnails/groups/group_default_icon.png"
\ No newline at end of file