Nouvelle icone par defaut pour les pages persos

darcs-hash:20060414075634-d1718-a37764e4084a2051da1c2a2f719e970cd8fed1d4.gz
This commit is contained in:
bernat 2006-04-14 09:56:34 +02:00
parent 69000edf6b
commit 1bc7473b7e

View file

@ -50,7 +50,7 @@ class account:
logo = self.info("logo")
if os.path.isfile("/home/%s/www/%s" % (self.login, logo)):
return u"%s%s" % (self.url(), logo)
return u"http://perso.crans.org/arobase.png"
return u"http://perso.crans.org/pageperso.png"
def __str__(self):
"""Renvoie le code HTML correspondant au fichier .info"""