grantus
Active member
I'm trying to figure out what's the best way to do this:
I created a page and in the template HTML, I'm calling a PHP file via an iframe. It works great but my PHP file's content takes up the full width of the forum. So for that, I would like to remove the sidebar just on this page.
What would be the best way to do this? I was thinking of getting the current URL and putting an if/else statement in the PAGE_CONTAINER template. But is there a better way? If not, then how would I get the URL?
Thanks.
I created a page and in the template HTML, I'm calling a PHP file via an iframe. It works great but my PHP file's content takes up the full width of the forum. So for that, I would like to remove the sidebar just on this page.
What would be the best way to do this? I was thinking of getting the current URL and putting an if/else statement in the PAGE_CONTAINER template. But is there a better way? If not, then how would I get the URL?
Thanks.