Hi,

I'm fairly new to Drupal, so I apologize in advance if my wording is off, but I will try my best.

I am working on a module for a Drupal site that exists already. This module has 3 blocks, I require the functionality that MultiBlock makes available for one of these 3 blocks.

I can create my instance of the multiblock easily, and all the data appears to save as I want it to, however, when I try to "view" my multiblock instance on the front end, it appears to be ignoring the template that I have specified for it.

This is the code:

$block = array(
              'subject' => t('Social Hub Grid Widget'),
              'content' => array(
                'path' => $module_path,
                'template' => 'block-gridwidget'
              )
            );

When I render the "non-multiblocked" instance of the block on my page, it works as expected, but again, the "MultiBlock" instance is defaulting to, what I believe is, the generic "block.tpl".

Can anyone help me out here? It would really be appreciated!

Thanks,

--d

Comments

intrafusion’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)

I suggest you review Working with template suggestions for assistance