Friday 27 August 2004 12:41:54 am
Hi Clay! If you choose to create your own page_head.tpl, here's an example of how to do it. {* first we fetch the current node as it is not directly available in pagelayout.tpl *}
{let curr_node=fetch( content, node, hash( node_id, $module_result.node_id ) )}
{* then we display whatever we want in the title tag *}
<title>::: {$curr_node.data_map.your_attribute_name_goes_here} :::</title>
{/let}
Or you can, as Björn mentioned, just edit the object name pattern of your folder class to match your long name attribute identifier. Hope this helps
best regards trondåge
trondåge
|