Closed (fixed)
Project:
Taxonomy Menu Trails
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
2 Oct 2010 at 00:09 UTC
Updated:
23 Oct 2010 at 14:40 UTC
You can simply enable your module on panels node page by changing this line (taxonomy_menu_tails.module:18) :
if ($item['page_callback'] == 'node_page_view') {
=>
if ($item['page_callback'] == 'node_page_view' || $item['page_callback'] == 'page_manager_node_view') {
I think it could be usefull. Actually, i'm in this case.
Comments
Comment #1
dmitriy.trt commentedThanks for your advice. Code is in CVS now and will be included in the next release (6.x-1.1) in a few days.