Make 4.3 friendly
joe lombardo - January 3, 2004 - 03:43
| Project: | Feature |
| Version: | 4.2.x-1.x-dev |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Dries |
| Status: | closed |
Jump to:
Description
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

#1
The features page on drupal.org is implemented as a static PHP page that invokes
feature_listing():<?phpprint feature_listing();
?>
#2
That did the trick! Thanks Dries.
- Joe
#3