9 lines
408 B
PHTML
9 lines
408 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, 'siren' => $this->siren,
|
|
'date' => $this->Graphdate[$i],
|
|
'count' => (count($this->valeur)-1)
|
|
));
|
|
?> |