Before I write another php template I am wondering if there exists a module that will allow me to browse JUST the node content, minus all other pieces of the page such as navigation, header, footer, etc.

This function will be consumed by mobile users. I need to retain the original page with header, footers, etc. for the computer visitors so I can't disable those items on a global level.

Thanks very much.

Comments

dbeall’s picture

I don't know for sure, I don't use mobile anything, but this is a new module that may help
http://drupal.org/project/mobile_tools
and a groups page discussing mobile subject
http://groups.drupal.org/mobile

kevinsteger’s picture

Modules like mobile_tools and mobify are for detecting a mobile browser. I'm not trying to detect, just learn how to build a stripped down page showing nothing but a node.

kevinsteger’s picture

I solved this by using a module called "themekey" which allows you to define what theme appears in certain URLs. I created a second theme, moved it all to a single column without defined spacing and anytime the word "mobile" is in the URL this theme is used.