Can anyone help me? I'm starting to use Smarty and I'm having a few problems. My template file looks something like this (simplified version):
{config_load file="config_file.conf"}
{include file="template.tpl"}
<p>
{#config-option#}
</p>
I'm sure that those two files (the config and the template) exist, but I get errors such as the following:
Smarty error: [in template.tpl line 2]: syntax error: unrecognized tag: #config-option#
(Smarty_Compiler.class.php, line 403) in /usr/local/share/smarty/Smarty.class.php on line 1102
Help!! .. and thanks in advance.
Nick