5
Thank you guys! It is getting better
I still have a simple structural question:
1. I create a new page test.php using
include("../mainfile.php");
include(XOOPS_ROOT_PATH."/header.php");
?>
include(XOOPS_ROOT_PATH."/footer.php");
?>
It is clear how to POST php data or just call the page
2. Question: how to change the layout of all the blocks on this page (test.php)? Because it does not appear in the drop-down menu of the available pages (when editing the blocks) I cannot manage it.
I understand that I should include this page into the list of the choices (top page, all pages etc). How can I do this?
Thanks
A