Project:Magic Tabs
Version:6.x-1.0
Component:Miscellaneous
Category:support request
Priority:normal
Assigned:yhager
Status:closed (fixed)

Issue Summary

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

#1

Assigned to:Anonymous» yhager
Status:active» closed (fixed)

Sure, just define a block and set the content as:

<?php
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 :)

nobody click here