Any trick to create really empty headers...

Re: Any trick to create really empty headers...

by Eloy Lafuente (stronk7) -
Number of replies: 0
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Peer reviewers Picture of Plugin developers Picture of Testers
Perhaps those "clearer" divs could be skipped when necessary by (one of this):
  • Moving them inside the proper "if" conditions.
  • Adding a new setting to the print_header() function (call it "emptybody"), to make that the header directly avoid writing any content in the body (but the mandatory "page" and "content" divs, of course).


Ciao smile