Hello everyone.
I would like to know how to use or repeat the same header and footer on all pages with wapplet.
Thanks
Armel
Hello everyone.
I would like to know how to use or repeat the same header and footer on all pages with wapplet.
Thanks
Armel
The easiest way, if you are using NodeJS, is to put the header and footer in the layout page and use the content pages for the page content between them
Thanks for your feedback.
Indeed, I work locally on the wamp server, so I use php.
I have no idea how to proceed.
You can still use a SPA with routing on PHP, have a look at this page:
Ok, I’ll look first and then I’ll get back to you.
Thanks
Simplest is to simply export your header and footer to php includes and then include them in each page. Alternatively just create a page to use as a template and when you need a new page open it and “save as” to create your new page.
Thank you to all of you.
Problem solved thanks to your answers.