Can I get a copy of the Moodle.org header.html?

Can I get a copy of the Moodle.org header.html?

by N Hansen -
Number of replies: 2
I'm having a problem with getting an image in my header to serve as a link. Normal html a href tags are not working. I see what I am trying to do is implemented in the header for moodle.org. If there is someone here who has access to the moodle.org header.html, could you post it here so that I can figure out what is going wrong?
Average of ratings: -
In reply to N Hansen

Re: Can I get a copy of the Moodle.org header.html?

by Joseph Rézeau -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers Picture of Translators
Well, as far as I can see, the small Moodle icon which is visible in the top left corner of this Forum page and which points to moodle.org is coded like this:
<div class="headerimage">
<a href="http://moodle.org/">
    <img src="/theme/moodleorange/moodle.gif" alt="Moodle" border="0" height="20" width="89">
</a>
</div>Hope that helps.
Joseph
In reply to Joseph Rézeau

Re: Can I get a copy of the Moodle.org header.html?

by N Hansen -
I need to see the underlying code in header.html that produces that. When I put a href tags like those around my image almost the entire header disappears, all that remains is the logged in as string and the background color. There's got to be something else going on-perhaps php related (although there shouldn't be as far as I can tell).