forked from indymedia/epicyon
Newswire header
parent
1d8997af2c
commit
a4aee3e737
|
@ -6003,6 +6003,12 @@ def htmlNewswireMobile(cssCache: {}, baseDir: str, nickname: str,
|
||||||
showPublishButton = editor
|
showPublishButton = editor
|
||||||
|
|
||||||
htmlStr = htmlHeader(cssFilename, profileStyle)
|
htmlStr = htmlHeader(cssFilename, profileStyle)
|
||||||
|
htmlStr += \
|
||||||
|
'<img class="timeline-banner" src="/users/news/banner.png" />\n'
|
||||||
|
|
||||||
|
htmlStr += '<center>' + \
|
||||||
|
headerButtonsFrontScreen(translate, nickname,
|
||||||
|
'newswire', authorized) + '</center>'
|
||||||
htmlStr += \
|
htmlStr += \
|
||||||
getRightColumnContent(baseDir, nickname, domainFull,
|
getRightColumnContent(baseDir, nickname, domainFull,
|
||||||
httpPrefix, translate,
|
httpPrefix, translate,
|
||||||
|
|
Loading…
Reference in New Issue