forked from indymedia/epicyon
Extra line only in full screen
parent
d9b76d5833
commit
d12280a9af
|
@ -5615,6 +5615,9 @@ def getLeftColumnContent(baseDir: str, nickname: str, domainFull: str,
|
||||||
|
|
||||||
if editImageClass == 'leftColEdit':
|
if editImageClass == 'leftColEdit':
|
||||||
htmlStr += ' </center>\n'
|
htmlStr += ' </center>\n'
|
||||||
|
else:
|
||||||
|
if showHeaderImage:
|
||||||
|
htmlStr += ' <br>\n'
|
||||||
|
|
||||||
linksFilename = baseDir + '/accounts/links.txt'
|
linksFilename = baseDir + '/accounts/links.txt'
|
||||||
linksFileContainsEntries = False
|
linksFileContainsEntries = False
|
||||||
|
|
Loading…
Reference in New Issue