I have a top frame template renderer. The page that will be the frame's source uses PHP to send variables that the user sets, such as the back to URL and name. I use require to pull in the template, and it uses the variables that are defined at the top of the page.
However, is there a way...