ignoring no header/footer

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
ppinto
User
Posts: 138

ignoring no header/footer

Post by ppinto »

Hi,

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

Cheers!
Pedro


arbei
User
Posts: 9355

Post by arbei »

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


ppinto
User
Posts: 138

Post by ppinto »

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

global $gbSkipHeaderFooter;
$gbSkipHeaderFooter = true;

Post Reply