Header buttons

main
Bob Mottram 2020-11-27 11:28:56 +00:00
parent aa2536e1e1
commit 051c7692d1
1 changed files with 6 additions and 0 deletions

View File

@ -65,6 +65,12 @@ def headerButtonsTimeline(defaultTimeline: str,
tlStr += \
'<a href="' + usersPath + \
'/tlnews"><button class="' + \
newsButton + '"><span>' + translate['News'] + \
'</span></button></a>'
elif defaultTimeline == 'tlfeatures':
tlStr += \
'<a href="' + usersPath + \
'/tlfeatures"><button class="' + \
newsButton + '"><span>' + translate['Features'] + \
'</span></button></a>'
else: