Current Path : /var/www/ljmtc/cbt/theme/boost/templates/ |
Current File : /var/www/ljmtc/cbt/theme/boost/templates/footer.mustache |
{{! 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 <http://www.gnu.org/licenses/>. }} {{! Page footer. }} <div id="goto-top-link"> {{! go to top is sticky to footer so needs to be sibling }} <a class="btn btn-light" role="button" href="#" aria-label="{{#str}} totop, theme_boost {{/str}}"> {{#pix}} i/up, core{{/pix}} </a> </div> <footer id="page-footer" class="py-3 bg-dark text-light"> <div class="container"> <div id="course-footer">{{{ output.course_footer }}}</div> {{# output.page_doc_link }} <p class="helplink">{{{ output.page_doc_link }}}</p> {{/ output.page_doc_link }} {{{ output.login_info }}} <div class="tool_usertours-resettourcontainer"></div> {{{ output.home_link }}} <nav class="nav navbar-nav d-md-none" aria-label="{{#str}}custommenu, admin{{/str}}"> {{# output.custom_menu_flat }} <ul class="list-unstyled pt-3"> {{> theme_boost/custom_menu_footer }} </ul> {{/ output.custom_menu_flat }} </nav> {{{ output.standard_footer_html }}} {{{ output.standard_end_of_body_html }}} </div> </footer>