forked from indymedia/epicyon
Header buttons
parent
aa2536e1e1
commit
051c7692d1
|
@ -65,6 +65,12 @@ def headerButtonsTimeline(defaultTimeline: str,
|
||||||
tlStr += \
|
tlStr += \
|
||||||
'<a href="' + usersPath + \
|
'<a href="' + usersPath + \
|
||||||
'/tlnews"><button class="' + \
|
'/tlnews"><button class="' + \
|
||||||
|
newsButton + '"><span>' + translate['News'] + \
|
||||||
|
'</span></button></a>'
|
||||||
|
elif defaultTimeline == 'tlfeatures':
|
||||||
|
tlStr += \
|
||||||
|
'<a href="' + usersPath + \
|
||||||
|
'/tlfeatures"><button class="' + \
|
||||||
newsButton + '"><span>' + translate['Features'] + \
|
newsButton + '"><span>' + translate['Features'] + \
|
||||||
'</span></button></a>'
|
'</span></button></a>'
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue