Now I understand your question. In Moodle 1.5+ You will find in file \moodle15\moodle\theme\orangewhite\header.html two sets of lines clearly marked
- for the header of a site's home page (login/entry/site-index page):
<?php if ($home) { // This is what gets printed on the home page only etc. - for the header of all other pages (courses):
<?php } else if ($heading) { // This is what gets printed on any other page with a heading etc.
Joseph
. Could you please explain?