[solved] cms_date_format unknown modifier (1.11.3.)
Posted: Wed Nov 21, 2012 7:55 pm
After upgrading to 1.11.3, I get an error message of my page template. The problem is with following code:
{if $smarty.now|cms_date_format:"%H" < '18' && $smarty.now|cms_date_format:"%H" > '6' && $smarty.now|cms_date_format:"%w" < '6' && $smarty.now|cms_date_format:"%w" != '0'}
It says that "unknown modifier cms_date_format"...
The code has worked in previous version. Any ideas?
{if $smarty.now|cms_date_format:"%H" < '18' && $smarty.now|cms_date_format:"%H" > '6' && $smarty.now|cms_date_format:"%w" < '6' && $smarty.now|cms_date_format:"%w" != '0'}
It says that "unknown modifier cms_date_format"...
The code has worked in previous version. Any ideas?