Files
smarty/libs
messju 6e323a8df2 slight optimization in the compilation of $smarty.const.FOO .
@FOO is less code and executed slightly faster than constant('FOO').

more complex consts like $smarty.const.$name still compile to
constant($this->_tpl_vars['name'])
2005-01-06 17:17:05 +00:00
..
2004-12-15 20:42:05 +00:00
2004-09-20 18:00:02 +00:00
2005-01-01 11:58:21 +00:00