10 Dec 2010
Embed drupal views snippets
1 comment.-
Embed a view: <?php $view = views_get_view(‘viewname’); print $view->execute_display(‘default’, $args); ?> Be sure the $args you pass is an array. I think you can just leave the argument off if you don’t have args at all…. Read more

