Page 1 of 1

ignoring no header/footer

Posted: Fri Feb 09, 2018 11:49 pm
by ppinto

Hi,

Version 2018.0.7 is ignoring 'no header/footer' option on generation.

Cheers!
Pedro


Re: ignoring no header/footer

Posted: Sat Feb 10, 2018 12:42 pm
by arbei

Tested and working fine. Try to install the latest version again.


Re: ignoring no header/footer

Posted: Mon Feb 12, 2018 7:00 am
by ppinto

Nope, still not working.
Had to do it adding this to the Page_Render event:

global $gbSkipHeaderFooter;
$gbSkipHeaderFooter = true;