From 07746974c800a44bab7cf09f543d881d3f2bf977 Mon Sep 17 00:00:00 2001 From: Mathew May Date: Fri, 5 Apr 2019 11:06:27 +0800 Subject: [PATCH] MDL-65184 theme_classic: Remove unused footer template --- theme/classic/templates/core/footer.mustache | 54 -------------------- 1 file changed, 54 deletions(-) delete mode 100644 theme/classic/templates/core/footer.mustache diff --git a/theme/classic/templates/core/footer.mustache b/theme/classic/templates/core/footer.mustache deleted file mode 100644 index 8c15679dd88..00000000000 --- a/theme/classic/templates/core/footer.mustache +++ /dev/null @@ -1,54 +0,0 @@ -{{! - This file is part of Moodle - http://moodle.org/ - - Moodle is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - Moodle is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with Moodle. If not, see . -}} -{{! - @template theme_classic/footer - - This template renders the page footer. - - Example context (json): - { - "output": { - "course_footer": "Course footer html", - "page_doc_link": "Moodle docs for this page", - "login_info": "You are logged in as User Log out", - "standard_footer_html": "Purge all caches", - "standard_end_of_body_html": "Footer Javascript" - } - } -}} - \ No newline at end of file