mirror of https://gitlab.com/bashrc2/epicyon
Mobile links icon style
parent
51398f4c71
commit
e5f7d8df51
|
@ -5581,6 +5581,9 @@ def getLeftColumnContent(baseDir: str, nickname: str, domainFull: str,
|
|||
'<button class="cancelbtn">' + \
|
||||
translate['Go Back'] + '</button></a>\n'
|
||||
|
||||
if rssIconAtTop and not showHeaderImage:
|
||||
htmlStr += '<div class="columnIcons">'
|
||||
|
||||
if editImageClass == 'leftColEdit':
|
||||
htmlStr += '\n <center>\n'
|
||||
|
||||
|
@ -5619,6 +5622,9 @@ def getLeftColumnContent(baseDir: str, nickname: str, domainFull: str,
|
|||
if showHeaderImage:
|
||||
htmlStr += ' <br>\n'
|
||||
|
||||
if rssIconAtTop and not showHeaderImage:
|
||||
htmlStr += '</div><br>'
|
||||
|
||||
linksFilename = baseDir + '/accounts/links.txt'
|
||||
linksFileContainsEntries = False
|
||||
if os.path.isfile(linksFilename):
|
||||
|
|
Loading…
Reference in New Issue