Add Home button

alt-html-css
Admin 2021-03-24 13:20:46 +00:00
parent 6a193f1835
commit e32210f9bd
2 changed files with 5 additions and 0 deletions

View File

@ -317,6 +317,7 @@
"News tagging rules": "News tagging rules",
"See instructions": "See instructions",
"Search": "Search",
"Home": "Home",
"Newswire": "Newswire",
"Links": "Links",
"Post": "Post",

View File

@ -15,6 +15,10 @@ def headerNewsTabs(boxName: str,
userPages: []) -> str:
navTabList = []
navTabList.append(('home',
{'pageRef': '/',
'translateText': 'Home'}
))
navTabList.append(('tlfeatures',
{'pageRef': '/tlfeatures',
'translateText': 'Features'}