Skip to main content
Search form
Search
Home
Scriptura Engage
DTM
Downloads
References
About
Contact
Jobs
Events
Blog
Press
Get Support
Customer login
Log in to the private section
Username
*
Password
*
Are you using our software and don't have a login yet?
Request login now!
Feature
<?php print ID_listtaxonomyfilterparent('feature','19'); ?>
<?php
$my_view_name = 'components_view';
$my_display_name = 'block_1';
$my_view = views_get_view($my_view_name);
if ( is_object($my_view) ) {
$my_view->set_display($my_display_name);
$my_view->set_arguments(array(19));
$my_view->pre_execute();
print $my_view->render($my_display_name);
}
?>
<?php print ID_submenu_submenu('main-menu'); ?>