Closed (duplicate)
Project:
View reference
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
2 Jul 2008 at 00:56 UTC
Updated:
10 Jul 2008 at 00:43 UTC
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
Comment #1
danielb commentedCheck out what I said here http://drupal.org/node/279028#comment-915023