Panel edit tab not working with Zen
sfyn - October 1, 2009 - 16:37
| Project: | Zen |
| Version: | 6.x-2.x-dev |
| Component: | PHP Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | needs work |
Description
Panels provides a panel edit first level local task tab.
With the existing dev release, This tab does not appear in zen or any zen sub-theme - with garland on the same site, we do not have this problem.

#1
I created a parallel issue in the Panels cue: http://drupal.org/node/593296
#2
Here's a simple patch that introduces support for the ctools local_tasks functions into the core zen template.php file. The implementation defaults to the drupal core functions if ctools is not present. Since I am unsure that the zen team/users desire to incorporate this functionality, I'm flagging this as needing work.
#3
#4
Considering Panels/ctools and Zen are both heavily-used projects, getting them to work together without users having to hand-edit php is important.
The patch in #2 is okay, but I want to try my hand at getting Panels to handle the issue on its end. Because its better to patch CTools then it is to patch every single theme that overrides theme_menu_local_tasks(). :-p
#5
Awesome - that would be twice as good.