mirror of https://gitlab.com/bashrc2/epicyon
Show mobile links header
parent
70b67930ed
commit
5d6562dfbf
|
@ -5954,6 +5954,12 @@ def htmlLinksMobile(cssCache: {}, baseDir: str,
|
|||
editor = isEditor(baseDir, nickname)
|
||||
|
||||
htmlStr = htmlHeader(cssFilename, profileStyle)
|
||||
htmlStr += \
|
||||
'<img class="timeline-banner" src="/users/news/banner.png" />\n'
|
||||
|
||||
htmlStr += '<center>' + \
|
||||
headerButtonsFrontScreen(translate, nickname,
|
||||
'links', authorized) + '</center>'
|
||||
htmlStr += \
|
||||
getLeftColumnContent(baseDir, nickname, domainFull,
|
||||
httpPrefix, translate,
|
||||
|
@ -6005,7 +6011,7 @@ def htmlNewswireMobile(cssCache: {}, baseDir: str, nickname: str,
|
|||
htmlStr = htmlHeader(cssFilename, profileStyle)
|
||||
htmlStr += \
|
||||
'<img class="timeline-banner" src="/users/news/banner.png" />\n'
|
||||
|
||||
|
||||
htmlStr += '<center>' + \
|
||||
headerButtonsFrontScreen(translate, nickname,
|
||||
'newswire', authorized) + '</center>'
|
||||
|
|
Loading…
Reference in New Issue