I might have a case for drupal 6. I'm developing a drupal site that is part of a larger site (literally, it's also a subdirectory in this larger site, on the same domain). The drupal section is used as a sort of intranet for that department, but some of the content (views and nodes) needs to be included in the parent site (possibly on hierarchical higher pages then the drupal site). So I'm looking for a way to provide the public site with content coming from drupal, but without the page.tpl stuff, so only the view or the content node (I can probably also achieve this by putting this content in a specific path and modif page.tpl to only return $content).
Comments
Comment #1
nedjoNot sure. Do you think there should be? What is your use case?
Comment #2
hnln commentedI might have a case for drupal 6. I'm developing a drupal site that is part of a larger site (literally, it's also a subdirectory in this larger site, on the same domain). The drupal section is used as a sort of intranet for that department, but some of the content (views and nodes) needs to be included in the parent site (possibly on hierarchical higher pages then the drupal site). So I'm looking for a way to provide the public site with content coming from drupal, but without the page.tpl stuff, so only the view or the content node (I can probably also achieve this by putting this content in a specific path and modif page.tpl to only return $content).
HnLn