Page 1 of 1

smarty and cms tag processing

Posted: Thu May 15, 2008 11:18 pm
by DavidOlsen192
Hi, My CMS installation has {php} tags in its templates. When I view the site through my browser I see the php code in the source of the page rather than the php output. I have enable Smarty tags in CMS. Is there a way to determine if Smarty is set up correctly? Are the {php} tags processed by CMS or by Smarty?

The rest of the site apparently runs correctly

I am new to both CMS and Smarty and any guidance is appreciated.

Running on linux and apache with a current php.

Thanks,
Dave

Re: smarty and cms tag processing

Posted: Tue May 20, 2008 4:58 pm
by Pierre M.
Hello,

see about $config['use_smarty_php_tags'] in config.php and beware security.

Pierre M.