Your Ad Here

Posted By

nuwak on 10/30/10


Tagged

drupal


Versions (?)

Who likes this?

1 person have marked this snippet as a favorite

Onfire60


drupal block


 / Published in: PHP
 

  1. <?php
  2. $block = module_invoke('views', 'block', 'view', 'silimar-block_1');
  3. print $block[content];
  4. ?>

Report this snippet  

You need to login to post a comment.