mirror of https://gitlab.com/bashrc2/epicyon
Mobile buttons only relevent to news
parent
626e55b953
commit
4eecbe56af
|
@ -3409,6 +3409,7 @@ def htmlProfile(cssCache: {}, iconsAsButtons: bool,
|
||||||
if not authorized:
|
if not authorized:
|
||||||
# the links button to show left column links
|
# the links button to show left column links
|
||||||
loginButton = ' <div class="frontPageMobileButtons">\n'
|
loginButton = ' <div class="frontPageMobileButtons">\n'
|
||||||
|
if nickname == 'news':
|
||||||
loginButton += \
|
loginButton += \
|
||||||
' <a href="' + \
|
' <a href="' + \
|
||||||
'/users/news/newswiremobile' + \
|
'/users/news/newswiremobile' + \
|
||||||
|
|
Loading…
Reference in New Issue