forked from indymedia/epicyon
Features button on front page
parent
37e188b0a3
commit
09b3d64071
|
@ -3410,6 +3410,11 @@ def htmlProfile(cssCache: {}, iconsAsButtons: bool,
|
||||||
# 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':
|
if nickname == 'news':
|
||||||
|
loginButton += \
|
||||||
|
' <a href="/">' + \
|
||||||
|
'<button class="buttonSelected">' + \
|
||||||
|
'<span>' + translate['Features'] + \
|
||||||
|
'</span></button></a>\n'
|
||||||
loginButton += \
|
loginButton += \
|
||||||
' <a href="' + \
|
' <a href="' + \
|
||||||
'/users/news/newswiremobile' + \
|
'/users/news/newswiremobile' + \
|
||||||
|
|
Loading…
Reference in New Issue