Saturday 14 June 2003 2:14:53 am
I wanted to display the content of node 62 on some place in my pagelayout. After some RTFM I figured that the following should work:
{let leftbox=fetch(content, node, hash{node_id, 62))}
{node_view_gui content_object=$leftbox} {/let}
But eztemplate complains:: Expected whitespace, got: 'fetch(content, node, hash{node_id, 62))}'
Never mind that some lines above, I fetch the children of the root node with
{let children=fetch('content',list,hash(parent_node_id,2))} and that works perfectly. Oh, template compiling has been turned off for the time being.
Visit http://triligon.org
|