Using the Front Page Header on the Course Home Page

Re: Using the Front Page Header on the Course Home Page

by B Beals -
Number of replies: 0
Edit the header.html to have everything below: if ($home) { // This is what gets printed on the home page only, the exact same as the section with: else if ($heading) { // This is what gets printed on any other page with a heading. That way no matter what area you are in you will have the same header display and function.