Tarjei Huse wrote:

> >> mgd_template
> But, you can use it if you feel like not using <??> or need <[$var]> right?
>
> eg:
>
> if ($something) { $template = "thistemp"; } else { $template = "thatemp"; }
> mgd_template("$template");

Close: mgd_eval(mgd_template($template));

mgd_template only fetches the content of the template.

Emile



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to