show blank page with menu / header / footer

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

show blank page with menu / header / footer

Post 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?


mobhar
User
Posts: 11905

Post 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.


gregor4711
User
Posts: 66

Post by gregor4711 »

ok found it.

many Thanks, works perfekt!


Post Reply