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

yhager’s picture

Assigned: Unassigned » yhager
Status: Active » Closed (fixed)

Sure, 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 :)