Page 1 of 1

Error in template template

Posted: Tue Mar 14, 2006 9:48 pm
by tamlyn
in 0.12 (and possibly before) when you create a new template it fills it with a basic template template (!). The title is output as

{$title}

when it should be

{title}

Re: Error in template template

Posted: Tue Mar 14, 2006 9:57 pm
by calguy1000
I don't think you're correct..... {$title} is the correct syntax to display smarty variables.  and this is what's happening here.  Unless I'm totally off base.... which has been known to happen once or twice.

Re: Error in template template

Posted: Tue Mar 14, 2006 9:59 pm
by tamlyn
Aye, but title is not a smarty tag, it is a plugin.

Re: Error in template template

Posted: Tue Mar 14, 2006 10:05 pm
by Ted
No, tamlyn's right.  It's a bug in addtemplate.  Thanks for the catch, I'll fix it now.