Created
September 22, 2016 14:03
-
-
Save laurelstreng/fc765686daf1360e04ff7a8997f54264 to your computer and use it in GitHub Desktop.
Drupal 7 - Print Views Block Content In Templates
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$block = module_invoke('views', 'block_view', 'my_viewname-block'); | |
print render($block); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment