mirror of https://gitlab.com/bashrc2/epicyon
Left column image path
parent
8d42672ee8
commit
6057b0d233
|
@ -5185,7 +5185,8 @@ def getLeftColumnContent(baseDir: str, nickname: str, domainFull: str,
|
||||||
if os.path.isfile(leftColumnImageFilename):
|
if os.path.isfile(leftColumnImageFilename):
|
||||||
htmlStr += \
|
htmlStr += \
|
||||||
' <center>\n' + \
|
' <center>\n' + \
|
||||||
' <img loading="lazy" src="/left_col_image.png" />\n' + \
|
' <img loading="lazy" src="/users/' + nickname + \
|
||||||
|
'/left_col_image.png" />\n' + \
|
||||||
' </center>\n'
|
' </center>\n'
|
||||||
|
|
||||||
if moderator:
|
if moderator:
|
||||||
|
|
Loading…
Reference in New Issue