main page,
impressum and license/copyrights,
libtemplate,
HTML::Libtemplate (perl binding),
template language description
libtemplate documentation
tpl_setvar
void tpl_setvar(t_template *,const char *,const char *);
Paramters:
- t_template *tplref
- const char *name
- const char *value
Return Values:
Description:
This function sets a template variable. You can even set them in the template itself via the '='
operator.
Christian Kruse
Last modified: Wed Oct 9 15:11:18 CEST 2002