The buildin tags for excluding a whole section from caching are
{nocache}.... {/nocache}.
To display a single variable as nocache use {$foo nocache}.
You can define also a variable as nocache when it gets assigned:
$smarty->assign('foo','bar',true);
The third parameter das controll caching. However this setting works
only if the variable is defined as such at compile time of the
template.
> >
smarty-develop...@googlegroups.com<
smarty-developers%2Bunsu...@googlegroups.com>
> > .