function array2txt($a) { $s = new Smarty(); $s->assign('art', $a); $tmp = $s->fetch('txt.tpl'); return $tmp; }