comparison src/browser/sat_browser/constants.py @ 483:0bbbef1d53a8

server side (blog): use user's avatar a the blog's favicon + small refactorization
author souliane <souliane@mailoo.org>
date Tue, 17 Jun 2014 16:21:42 +0200
parents c21ea1fe3593
children ee9c7bd266ad
comparison
equal deleted inserted replaced
482:437eefa53a01 483:0bbbef1d53a8
30 # Cached parameters, e.g those that have an incidence on UI display/refresh: 30 # Cached parameters, e.g those that have an incidence on UI display/refresh:
31 # - they can be any parameter (not necessarily specific to Libervia) 31 # - they can be any parameter (not necessarily specific to Libervia)
32 # - list them as a couple (category, name) 32 # - list them as a couple (category, name)
33 CACHED_PARAMS = [(C.COMPOSITION_KEY, C.ENABLE_UNIBOX_PARAM)] 33 CACHED_PARAMS = [(C.COMPOSITION_KEY, C.ENABLE_UNIBOX_PARAM)]
34 34
35 # Empty and default avatars 35 # Empty avatar
36 EMPTY_AVATAR = "/media/misc/empty_avatar" 36 EMPTY_AVATAR = "/media/misc/empty_avatar"
37 DEFAULT_AVATAR = "/media/misc/default_avatar.png"