New Discoveries in Drupal for WWVi
Tue, 2009-04-28 08:13 | Franco
here is the code with arguments, without is even simplere and is the second block of code.:
<?php
$view = views_get_view('viewname');
print $view->execute_display('default', $args);
?><?php
$view = views_get_view('viewname');
print $view->execute_display('default');
?>
Franco's blog | Login to post comments |  260 reads | Tags: discoveries, drupal, embed, php, tac lite, views
Popular content