/ Published in: PHP
In this example,
create a block view, where f_tg_list is the views name.
create a block view, where f_tg_list is the views name.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$view = views_get_view('f_tg_list'); $type = 'block'; $use_pager = false; print $f_tg_list;