1
Hello. I am writing a module for my site, and I need to make a pop-up window to show more detail when needed. I can get the pop-up to open with the entire theme loaded, that is not a problem. But what I want to do is have the pop-up load without the theme layout, but still use Smarty. If I comment out the header.php and footer.php include lines in the pop-up page, I get a 500 error. Can you tell me what I need to include as a minimum in the pop-up page? TIA