I have a special module in Drupal that outputs a serialized data dump. I want this page where the dump doesn't seem to be using an active theme. Instead, I just want the data dump to appear without any HTML markup, theme, JS, CSS, etc. Just a dump (another website will consume it).
If I did this at the topic level, I would simply create a new page.tpl.php file to display a specific type of content without any subject, HTML, etc. But I need to do this at the module level for only this page that the module creates, since this module will be installed on different Drupal sites.
Is there a way to disable all topics and control the output of the HTML page of the module page at the module level? All I really want to do is turn off if possible.
I am running Drupal 6.
source
share