Hi,

I was wondering if there are ways to just place a snippet in page template files to rendering a block instead of having to use the admin backend to assign it to a region? i just find it to be quicker if it's possible.

thanks,

Comments

mooffie’s picture

See discussion here: http://drupal.org/node/214706

Note the 'module_invoke' call. The first parameter is the module name. The last parameter is the block ID and its value depends on the specific module; hover with your mouse on the 'configure' link in the blocks admin sccreen to find it out.