Show mobile links header

merge-requests/8/head
Bob Mottram 2020-10-30 18:31:21 +00:00
parent 70b67930ed
commit 5d6562dfbf
1 changed files with 7 additions and 1 deletions

View File

@ -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>'