Hi,
I have created 2 page with the php files in /controllers/ and their corresponding html files in the view/controllers/
On the first page, a link open the second page as a popup (by a javascript).
Everything work fine, but I would like to remove header, footer and everything else except the content of my html file in the popup. Is there a command to add to my php file to do this?
I did some testing with functions in the ''ow_core/master_page.php'' with no luck...
/**
* Master page is a common markup "border" for controller's output.
* It includes menus, sidebar, header, etc.
Someone could give me a hint about using those functions?
Thanks!
Mario