diff --git a/theme/classic/templates/footer.mustache b/theme/classic/templates/footer.mustache index e40ecf3c68a..e1cdd892682 100644 --- a/theme/classic/templates/footer.mustache +++ b/theme/classic/templates/footer.mustache @@ -22,8 +22,11 @@ Example context (json): { "output": { - "course footer": "More information about this course", - "page_doc_link": "Help and documentation" + "course_footer": "More information about this course", + "page_doc_link": "Help and documentation", + "login_info": "You are logged in as cute kitten", + "supportemail": "Contact site support", + "services_support_link": "Services and support" } } }} @@ -31,9 +34,17 @@