Damien LASSERRE bd60e1acd2
2011-06-30 15:30:43 +00:00

11 lines
516 B
PHTML

<?php echo $this->html;?>
</table>
<?php for($i=0; $i < count($this->valeur);$i++)
echo $this->action($this->type.'graph', 'finance', null, array('valeur' => $this->valeur[$i],
'i' => $i,
'siret' => $this->siret,
'id' => $this->id,
'date' => $this->Graphdate[$i],
'count' => (count($this->valeur)-1)
));
?>