I've been playing with the feature module a little more and have a few questions.
1. I see on drupal that drupal.org/feature is the path to see the features page. This URL returns an empty page on my site. I'm using a modified interlaced theme.
2. The submit feature link is only found under "Home » administer » content " It took a while to find there as it is inconsistant with the rest of the interface.
As always, thanks!
- Joe
Comments
Comment #1
dries commentedThe features page on drupal.org is implemented as a static PHP page that invokes
feature_listing():Comment #2
joe lombardo commentedThat did the trick! Thanks Dries.
- Joe
Comment #3
dries commented