Created
February 24, 2015 21:56
-
-
Save allgood2386/193d4c2e18baf2e262b6 to your computer and use it in GitHub Desktop.
This file contains 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
$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(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
'#prefix' => '
' . $lp_view->get_title() . '
',