Posted by joeyjoey on June 25, 2008 at 1:37pm
Jump to:
| Project: | Node Relativity |
| Version: | 5.x-2.3 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | joeyjoey |
| Status: | active |
Issue Summary
When I use
<?php
print $node->content['#children']
?>Great module btw!
Comments
#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'];
?>