Is this module still under development?
majortom - April 7, 2008 - 20:17
| Project: | Page Array |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Will there be a 6.x version?

#1
Not sure. Do you think there should be? What is your use case?
#2
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).
HnLn