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}
Error in template template
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: Error in template template
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.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: Error in template template
No, tamlyn's right. It's a bug in addtemplate. Thanks for the catch, I'll fix it now.