(11-04-2010 12:42 AM)kassah Wrote: Never had a performance problem with Smarty, thankfully. I'm a big fan of <?= $var ?>, of course you probobly should be doing <?= htmlentities($var) ?>, also the addition to PHP of <? if (1==1): ?>Stuff<? endif; ?> has greatly simplified.
Unfortunately "<?" and "<?=" can't be used because they are deprecated now so the shortest form is "<? echo".
(11-04-2010 12:42 AM)kassah Wrote: Either way, Smarty conversion is already done! Props to the people who did that. It's a major step forward from pTemplate =).
Thx

It was high time for this change. I can not imagine changing the theme with the current templates.