Hrvoje Niksic <[EMAIL PROTECTED]> writes:

>     $t->param(NAMESPACE => &myfile_getparams());

To correct myself: this would be:

    $t->param(NAMESPACE => [ &myfile_getparams() ]);

as long as the NAMESPACE is implemented with the one-element-loop
hack.

Of course, with the proper <tmpl_include namespace=...> syntax, the
original form would work.


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Html-template-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/html-template-users

Reply via email to