Remove template from 1 page inside a component
Posted: Thu Jan 31, 2008 1:49 am
Hi there,
I'm bumping my head against a brick wall
I have amended a component using existing functions and have generated the desired output. The only issue is that this output is displayed inside my site's template whereas I would like to show it in a blank page. Due to all the php involved, I don't think I can take it out of the component, so has anyone an idea on how to do this?
Say I have a component called "test" with tons of functions and working fine. I amended "test.php" inside this component to have it produce a html output based on special parameters sent in a special situation. In this special case, the output would need to be excluded from the site's template, but normally for this component it should include the template.
Hope a genius can shed some light on how to do this.
Many many many thanks!!!
Bart
I'm bumping my head against a brick wall
I have amended a component using existing functions and have generated the desired output. The only issue is that this output is displayed inside my site's template whereas I would like to show it in a blank page. Due to all the php involved, I don't think I can take it out of the component, so has anyone an idea on how to do this?
Say I have a component called "test" with tons of functions and working fine. I amended "test.php" inside this component to have it produce a html output based on special parameters sent in a special situation. In this special case, the output would need to be excluded from the site's template, but normally for this component it should include the template.
Hope a genius can shed some light on how to do this.
Many many many thanks!!!
Bart