Mercurial > libervia-web
diff 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 |
line wrap: on
line diff
--- a/src/browser/sat_browser/constants.py Sun Jun 15 18:16:24 2014 +0200 +++ b/src/browser/sat_browser/constants.py Tue Jun 17 16:21:42 2014 +0200 @@ -32,6 +32,5 @@ # - list them as a couple (category, name) CACHED_PARAMS = [(C.COMPOSITION_KEY, C.ENABLE_UNIBOX_PARAM)] - # Empty and default avatars + # Empty avatar EMPTY_AVATAR = "/media/misc/empty_avatar" - DEFAULT_AVATAR = "/media/misc/default_avatar.png"