Page display for phptemplate.engine broken
snufkin - February 26, 2009 - 23:00
| Project: | API |
| Version: | 6.x-1.x-dev |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
Or at least couldnt find another one like this. There is something broken with the tabs on this page:
http://api.drupal.org/api/file/themes/engines/phptemplate/phptemplate.en...

#1
Marked #457490: Incorrect display of phptemplate.engine page as a duplicate of this issue and revised title.
#2
This is running up against menu.inc's MENU_MAX_PARTS. Manually setting tab_root and tab_parent in api_menu() gets the tabs correct, but view source is outside of what Drupal will route to the right place. Attached is the partially-working patch.
#3
Committed a fix to CVS. Thanks to chx for advice. This will appear on api.drupal.org the next time code is pushed, likely with the next minor release.
#4
Automatically closed -- issue fixed for 2 weeks with no activity.