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.