Friday 23 February 2007 2:42:02 am
I have a custom tag set up which calls a template which returns some children of a node according to an attribute filter:
{def $orgs=fetch( 'content', 'list', hash( 'parent_node_id', 369,
'attribute_filter', array( array( 'organisation/type_1',
'=', 'VARIABLE' ) ) ) )} Where VARIABLE is the value to filter by. The documentation on custom tags mentions that one can add a variable which would add a class or id to a tag, is it possible to use this mechanism to pass a variable to the template which is being called? Paul Bolger
Paul Bolger
|