Basically smarty is shorthand.

For example

{if $a == $b}

is just the same as using 

<?php
if ($a == $b)
{
?>

and

{else}

is just shorthand for

<?php
} else {
?>

-- 
Carbonize

<http://forum.pspad.com/read.php?6,35337,35725>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem