I have new template in our site and I read message:
string(108) "Smarty error: [in tpl_head:24 line 7]: [plugin] unknown tag - 'stylesheet' (core.load_plugins.php, line 198)" string(120) "Smarty error: [in tpl_head:24 line 7]: syntax error: unrecognized tag 'stylesheet' (Smarty_Compiler.class.php, line 590)"
The template don't work...
Please, help
Smarty error
Re: Smarty error
change it to {cms_stylesheet}
Also read the Warning Notice: on http://themes.cmsmadesimple.org/
Search for background: url(uploads/
Change to background: url([[root_url]]/uploads/
Also read the Warning Notice: on http://themes.cmsmadesimple.org/
In addition to this, you might need to change the paths to background-images in the stylesheet itself.If you have a fresh install of 1.10, not an upgrade, some of these themes will give a smarty error related to {stylesheet}, this plugin has been removed, use {cms_stylesheet} instead.
a) Open the template of the theme;
b) Search for {stylesheet};
c) Replace {stylesheet} with {cms_stylesheet};
d) Save template;
Search for background: url(uploads/
Change to background: url([[root_url]]/uploads/