I'm currently building a module that has a popup page in it. The popup page is very simple and no real header/footer so I don't want to use the standard html.tpl.php page.tpl.php
How can I override the master templates with my own much simpler ones?
|
I'm currently building a module that has a popup page in it. The popup page is very simple and no real header/footer so I don't want to use the standard html.tpl.php page.tpl.php How can I override the master templates with my own much simpler ones? |
||||
|
|
|
If memory serves me well I think the easiest way is to simply print the output in your page callback function, and not return anything:
The other, more involved way, would be to override the default |
|||||||||
|