deletemoodlelogo

deletemoodlelogo

by abbaspour abbaspour -
Number of replies: 1

hello to my friends . I want to delete moodle logo from this place in image . In The picture is a line drawn around it . what I most do ? my theme is base .

Attachment moodlelogo1.png
Average of ratings: -
In reply to abbaspour abbaspour

Re: deletemoodlelogo

by Mary Evans -
Picture of Core developers Picture of Documentation writers Picture of Peer reviewers Picture of Plugin developers Picture of Testers

This is part of the header layout of the page... base/layout/general.php and base/layout/frontpage.php and base/layout embedded.php

you would need to delete the code I have highlighted below...

echo $OUTPUT->doctype() ?>
<html <?php echo $OUTPUT->htmlattributes() ?>>
<head>
    <title><?php echo $PAGE->title ?></title>
    <link rel="shortcut icon" href="<?php echo $OUTPUT->pix_url('favicon', 'theme')?>" />
    <?php echo $OUTPUT->standard_head_html() ?>
</head>