forked from indymedia/epicyon
Remove news timeline button
parent
2171fd07a1
commit
c625043ebb
|
@ -117,10 +117,6 @@ def headerButtonsTimeline(defaultTimeline: str,
|
||||||
|
|
||||||
if (defaultTimeline == 'tlfeatures' and boxName in userPages) \
|
if (defaultTimeline == 'tlfeatures' and boxName in userPages) \
|
||||||
or (not defaultTimeline == 'tlfeatures' and not minimal):
|
or (not defaultTimeline == 'tlfeatures' and not minimal):
|
||||||
activeButtonList.append(('tlnews',
|
|
||||||
{'pageRef': '/tlnews',
|
|
||||||
'translateText': 'News'}
|
|
||||||
))
|
|
||||||
activeButtonList.append(('tlblogs',
|
activeButtonList.append(('tlblogs',
|
||||||
{'pageRef': '/tlblogs',
|
{'pageRef': '/tlblogs',
|
||||||
'translateText': 'Blogs'}
|
'translateText': 'Blogs'}
|
||||||
|
|
Loading…
Reference in New Issue