Skip to content

Instantly share code, notes, and snippets.

@allgood2386
Created February 24, 2015 21:56
Show Gist options
  • Save allgood2386/193d4c2e18baf2e262b6 to your computer and use it in GitHub Desktop.
Save allgood2386/193d4c2e18baf2e262b6 to your computer and use it in GitHub Desktop.
$lp_view = views_get_view('legacy_partners');
$lp_view->set_display('block');
$form['lp_fieldset']['lp_search_block'] = array (
'#type' => 'markup',
'#prefix' => '<div id="lp_replace_results">',
'#suffix'=> '</div>',
'#markup' => $lp_view->preview(),
);
$lp_view->destroy();
@allgood2386
Copy link
Author

'#prefix' => '

' . $lp_view->get_title() . '

',

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment