Hi, all! 
I gets subj error while substitute parameters for simple template.
$tmpl->param({'NEWS' => [{'created' => '2005-10-15', 'text' => 
'sdadsdsdsdw1re32fqr'}]});

Template is:
<table>
<TMPL_LOOP name="NEWS"><tr>
    <td>
        <b><TMPL_VAR name="created"></b><br>
        <pre><TMPL_VAR name="text"></pre>
    </td>
</tr></TMPL_LOOP>
</table>

Can anybody help me?


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Html-template-users mailing list
Html-template-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/html-template-users

Reply via email to