Nouvelle icone par defaut pour les pages persos
darcs-hash:20060414075634-d1718-a37764e4084a2051da1c2a2f719e970cd8fed1d4.gz
This commit is contained in:
parent
69000edf6b
commit
1bc7473b7e
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class account:
|
||||||
logo = self.info("logo")
|
logo = self.info("logo")
|
||||||
if os.path.isfile("/home/%s/www/%s" % (self.login, logo)):
|
if os.path.isfile("/home/%s/www/%s" % (self.login, logo)):
|
||||||
return u"%s%s" % (self.url(), 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):
|
def __str__(self):
|
||||||
"""Renvoie le code HTML correspondant au fichier .info"""
|
"""Renvoie le code HTML correspondant au fichier .info"""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue