forked from indymedia/epicyon
Icons on right
parent
544e3685e4
commit
ced8237af7
|
@ -5592,7 +5592,7 @@ def getLeftColumnContent(baseDir: str, nickname: str, domainFull: str,
|
||||||
if ':' in domain:
|
if ':' in domain:
|
||||||
domain = domain.split(':')
|
domain = domain.split(':')
|
||||||
|
|
||||||
editImageClass = 'leftColEdit'
|
editImageClass = ''
|
||||||
if showHeaderImage:
|
if showHeaderImage:
|
||||||
leftColumnImageFilename = \
|
leftColumnImageFilename = \
|
||||||
baseDir + '/accounts/' + nickname + '@' + domain + \
|
baseDir + '/accounts/' + nickname + '@' + domain + \
|
||||||
|
@ -5610,6 +5610,7 @@ def getLeftColumnContent(baseDir: str, nickname: str, domainFull: str,
|
||||||
leftColumnImageFilename)
|
leftColumnImageFilename)
|
||||||
|
|
||||||
# show the image at the top of the column
|
# show the image at the top of the column
|
||||||
|
editImageClass = 'leftColEdit'
|
||||||
if os.path.isfile(leftColumnImageFilename):
|
if os.path.isfile(leftColumnImageFilename):
|
||||||
editImageClass = 'leftColEditImage'
|
editImageClass = 'leftColEditImage'
|
||||||
htmlStr += \
|
htmlStr += \
|
||||||
|
|
Loading…
Reference in New Issue