/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
// middle two terms stay the same, first and last depending on configure-link (hover!) in blocks menu <?php $block = module_invoke('views', 'block', 'view', 26); print $block['content']; ?>