$count) { $i++; } } $total=sprintf("%01.2f",$total); $tpl->load_template('shop_short.tpl'); $tpl->set( '{i}', $i ); $tpl->set( '{total}', $_SESSION['tot'] ); $tpl->compile( 'shop_short' ); $tpl->clear(); ?>