Left column image path

merge-requests/8/head
Bob Mottram 2020-10-02 15:43:19 +01:00
parent 8d42672ee8
commit 6057b0d233
1 changed files with 2 additions and 1 deletions

View File

@ -5185,7 +5185,8 @@ def getLeftColumnContent(baseDir: str, nickname: str, domainFull: str,
if os.path.isfile(leftColumnImageFilename):
htmlStr += \
' <center>\n' + \
' <img loading="lazy" src="/left_col_image.png" />\n' + \
' <img loading="lazy" src="/users/' + nickname + \
'/left_col_image.png" />\n' + \
' </center>\n'
if moderator: