block print

<br/>
  $block = module_invoke('module_name', 'block_view', 'block_delta');<br/>
  print $block['content'];<br/>



'module_name' = The machine name of the module (i.e. the module's folder name). This is true for core modules too, so for instance 'search', 'user' and 'comment' would all work here.



Subscribe with RSS Subscribe to RSS - block print