Skip to content

Instantly share code, notes, and snippets.

@rocketnova
Created November 25, 2010 16:59
Show Gist options
  • Save rocketnova/715637 to your computer and use it in GitHub Desktop.
Save rocketnova/715637 to your computer and use it in GitHub Desktop.
$view2 = views_get_view('events');
$view2->set_display('panel_pane_3');
$view2->set_arguments(array($all_plays_arg));
$events = $view2->preview();
$output = $events;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment