This is a great way to not have to hack the template files to embed a view into a node. Currently i have this piece of code in my node-type.tpl.php:
print views_embed_view('my-view', 'default', $node->nid);
If this module would have the option to send arguments to my view it would match my needs perfectly and allow me to leave the template files alone.

Comments

danielb’s picture

Status: Active » Closed (duplicate)