forked from indymedia/epicyon
Mobile newswire icons on right
parent
2321286bb2
commit
061b974c6a
|
@ -5828,7 +5828,7 @@ def getRightColumnContent(baseDir: str, nickname: str, domainFull: str,
|
||||||
nickname + '/right_col_image.png" />\n' + \
|
nickname + '/right_col_image.png" />\n' + \
|
||||||
' </center>\n'
|
' </center>\n'
|
||||||
|
|
||||||
if rssIconAtTop and not showHeaderImage:
|
if (showPublishButton or editor or rssIconAtTop) and not showHeaderImage:
|
||||||
htmlStr += '<div class="columnIcons">'
|
htmlStr += '<div class="columnIcons">'
|
||||||
|
|
||||||
if editImageClass == 'rightColEdit':
|
if editImageClass == 'rightColEdit':
|
||||||
|
@ -5898,7 +5898,7 @@ def getRightColumnContent(baseDir: str, nickname: str, domainFull: str,
|
||||||
if showHeaderImage:
|
if showHeaderImage:
|
||||||
htmlStr += ' <br>\n'
|
htmlStr += ' <br>\n'
|
||||||
|
|
||||||
if rssIconAtTop and not showHeaderImage:
|
if (showPublishButton or editor or rssIconAtTop) and not showHeaderImage:
|
||||||
htmlStr += '</div><br>'
|
htmlStr += '</div><br>'
|
||||||
|
|
||||||
# show the newswire lines
|
# show the newswire lines
|
||||||
|
|
Loading…
Reference in New Issue