<p> <strong> {title} </strong> </p> <p> <?php global $tpl; $array = $tpl->getVar('array'); foreach($array as $a) echo '<strong>'.$a.'</strong><br/>'; ?> </p>
info at phpclasses dot org