Categories > TinyButStrong general >

Syntax help or possible bug?

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: Chris Fordham
Date: 2006-05-08
Time: 06:47

Syntax help or possible bug?

I have the following in my template to load sub template if the phpvar $template_sub is set:

[onload;script='[var.conf_tbs.template_path]/[var.template_name]/[var.template_sub]';subtpl;noerr]

I recieve the error that the var does not exist, yet I have noerr at the end. Am I doing this incorrectly?
By: Skrol29
Date: 2006-05-08
Time: 23:05

Re: Syntax help or possible bug?

One of the embedded [var] field also need a "noerr".
By: Chris Fordham
Date: 2006-05-09
Time: 05:43

Re: Syntax help or possible bug?

Thanks mate!