Page 1 of 1

show blank page with menu / header / footer

Posted: Thu Oct 10, 2013 6:18 am
by gregor4711

Hi,
I can link my own page within PHPMaker menue, works fine.
But when I follow the link of my own menue entry my page will be shown without left menue / header and footer section.

How can I present my side inside the phpmaker frame?


Re: show blank page with PHPMaker(10) Menue / header / foote

Posted: Thu Oct 10, 2013 9:34 am
by mobhar

Make sure you have generated the blank page using PHPMaker, afterwards rename "blankpage.php", and write your own code in it.

Find this code in that file:
<!-- Put your custom html here -->

below it, write your own code.

Read "Generate Settings" in the help file for further information.


Re: show blank page with menu / header / footer

Posted: Fri Oct 11, 2013 4:39 pm
by gregor4711

ok found it.

many Thanks, works perfekt!