Friday 24 October 2003 1:30:13 am
Hi Thomas, I have looked at the files you suggested, but they are untouched. The lines of template code below is an example on a field that will not be parsed right. The description fields is the sinners, is this how you would write it to get the paragraphs?
{default with_children=true()
is_editable=true() is_standalone=true()}
<span class="classhead">{$node.name}</span>
<br>
<span class="classlistitem">{$node.data_map.description.data_text}
<br> {let children=fetch('content',list,hash(parent_node_id,$node.node_id))}
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="100%" height="10">
<table cellpadding="0" cellspacing="0" border="0">
{section name=Child loop=$children} <tr>
<td align="left"><span class="classlistitem">{$Child:item.data_map.description.data_text}</span> </td>
best regards, claÜs
|