Closed (fixed)
Project:
Magic Tabs
Version:
6.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
15 Dec 2008 at 16:23 UTC
Updated:
15 Dec 2008 at 16:29 UTC
I've defined my MT callback array in the template.php file of a custom module. Is there a way to print the tabs into a block so I can assign it to a region?
Thanks for your time. Great module.
Comments
Comment #1
yhager commentedSure, just define a block and set the content as:
print magic_tabs_get('my_callback');and make sure you set the input filter to PHP code.
Closing. Please reopen if this does not work or you need more info.
Thanks for the good words :)