Constants differ - why?
Posted: Tue Jan 10, 2012 12:07 pm
I just found something really weird....
A Plugins smarty template uses some default lang constants, i.e. {$CONST.RECOMMENDED}
I have two scenarios:
Serendipity 1.5.4, using Smarty3 - {$CONST.RECOMMENDED} is working
Serendipity 1.6, using Smarty2 - {$CONST.RECOMMENDED} is not there, but {$smarty.const.RECOMMENDED} is working as expected.
What might have changed between S9y 1.5.4 and 1.6 which could cause such an issue?
A Plugins smarty template uses some default lang constants, i.e. {$CONST.RECOMMENDED}
I have two scenarios:
Serendipity 1.5.4, using Smarty3 - {$CONST.RECOMMENDED} is working
Serendipity 1.6, using Smarty2 - {$CONST.RECOMMENDED} is not there, but {$smarty.const.RECOMMENDED} is working as expected.
What might have changed between S9y 1.5.4 and 1.6 which could cause such an issue?