Skip to content

Instantly share code, notes, and snippets.

@namklabs
Created June 27, 2014 20:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save namklabs/fa15221313e94c9b8bb3 to your computer and use it in GitHub Desktop.
Save namklabs/fa15221313e94c9b8bb3 to your computer and use it in GitHub Desktop.
Drupal - embed a view via PHP
<div class="focus">
<?php
echo views_embed_view('focus_area', $display_id = 'block');
# from https://www.drupal.org/node/48816#comment-4582424
?>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment