Page 1 of 1

How to disable template output in admin

Posted: Fri May 15, 2015 6:35 am
by pjanda79
Hello,

I need to create CSV output in admin of my module... Is there way how to disable admin-template output before my function for generating csv is started? I need clear output - no header, menu etc. of admin.

Thank you very much.

Re: How to disable template output in admin

Posted: Fri May 15, 2015 10:11 am
by Jos
just add &showtemplate=false to the url

Re: How to disable template output in admin

Posted: Fri May 15, 2015 12:39 pm
by pjanda79
Yes! Thank you very much!