moodle主页面美化之一(删除底部moodle图标及链接)

修改文件定位:/usr/local/nginx/html/JudgeOnline/moodle/theme/fordson/templates/footer.mustache,其中fordson为我用的主题。
删除footer.mustache中5行即可。具体删除如下有删除线标识的5行。

{{!
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="course-footer">{{{ output.course_footer }}}</div>

    <div class="row">

            <div class="col-md-8">
                ~~{{{ output.footnote }}}~~ 删除

                {{{ output.login_info }}}

                ~~{{{ output.home_link }}}~~ 删除
               ~~{{# output.page_doc_link }}~~ 删除
                    ~~<p class="helplink">{{{ output.page_doc_link }}}</p>~~ 删除
                ~~{{/ output.page_doc_link }}~~ 删除

            </div>

            <div class="col-md-4">
                <div class="brandbox">

                    {{#output.brandorganization_footer}}<h3>{{output.brandorganization_footer}}</h3>{{/output.brandorganization_footer}}
                        <ul class="footercontact">
                            {{#output.brandwebsite_footer}}<li><i class="fa fa-globe"></i>  {{output.brandwebsite_footer}}</li>{{/output.brandwebsite_footer}}
                            {{#output.brandemail_footer}}<li><i class="fa fa-envelope"></i>  {{output.brandemail_footer}}</li>{{/output.brandemail_footer}}
                            {{#output.brandphone_footer}}<li><i class="fa fa-mobile-phone"></i>  {{output.brandphone_footer}}</li>{{/output.brandphone_footer}}
                        </ul>

                    {{{ output.social_icons }}}

                </div>
            </div>

    </div>
    <nav class="nav navbar-nav d-md-none">
        {{# 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>
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值