Skip to content

Instantly share code, notes, and snippets.

@radheymkumar
Created September 6, 2018 05:12
Show Gist options
  • Save radheymkumar/8df094e179a1b54c9f2377eba7a484c4 to your computer and use it in GitHub Desktop.
Save radheymkumar/8df094e179a1b54c9f2377eba7a484c4 to your computer and use it in GitHub Desktop.
View print on TPL
<?php
$output = '';
$view = views_get_view('assets_search');
if($view){
$view->set_display('page');
$output = $view->preview('assets_search');
print $output;
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment