Skip to content
Snippets Groups Projects
Unverified Commit d7aac1f7 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Define a footer menu for BiscuIT itself.

parent 5b055747
No related branches found
No related tags found
1 merge request!21Add menu to footer. Closes #43.
......@@ -22,5 +22,19 @@ MENUS = {
}
],
'FOOTER_MENU_CORE': [
{
'name': _('BiscuIT Software'),
'url': '#',
'submenu': [
{
'name': _('Website'),
'url': 'https://biscuit.edugit.org/'
},
{
'name': 'Teckids e.V.',
'url': 'https://www.teckids.org/'
}
],
},
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment