<?php print $node->content['#children'] ?> Outputs parent node
joeyjoey - June 25, 2008 - 13:37
| Project: | Node Relativity |
| Version: | 5.x-2.3 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | joeyjoey |
| Status: | active |
Jump to:
Description
When I use
<?php
print $node->content['#children']
?>Great module btw!

#1
+1
#2
Finally managed to get this, the Devel module reported the arrays we need to call.
<?phpprint $node->content['relativity_children']['#value'];
?>
<?phpprint $node->content['relativity_operations']['#value'];
?>