forked from indymedia/epicyon
Right column container
parent
9861a26185
commit
33f139b386
|
@ -5295,6 +5295,9 @@ def getRightColumnContent(baseDir: str, nickname: str, domainFull: str,
|
||||||
if os.path.isfile(themeRightColumnImageFilename):
|
if os.path.isfile(themeRightColumnImageFilename):
|
||||||
copyfile(themeRightColumnImageFilename, rightColumnImageFilename)
|
copyfile(themeRightColumnImageFilename, rightColumnImageFilename)
|
||||||
|
|
||||||
|
htmlStr += \
|
||||||
|
'\n <div class="container">\n'
|
||||||
|
|
||||||
# show the image at the top of the column
|
# show the image at the top of the column
|
||||||
editImageClass = 'rightColEdit'
|
editImageClass = 'rightColEdit'
|
||||||
if os.path.isfile(rightColumnImageFilename):
|
if os.path.isfile(rightColumnImageFilename):
|
||||||
|
@ -5325,6 +5328,9 @@ def getRightColumnContent(baseDir: str, nickname: str, domainFull: str,
|
||||||
htmlStr += ' </center>\n'
|
htmlStr += ' </center>\n'
|
||||||
else:
|
else:
|
||||||
htmlStr += ' <br>\n'
|
htmlStr += ' <br>\n'
|
||||||
|
|
||||||
|
htmlStr += \
|
||||||
|
' </div>\n'
|
||||||
return htmlStr
|
return htmlStr
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue