03-06-2007, 04:49 PM
en TRES gros:
Code PHP :
<?php
template=new template()
include "common.php";
ton traitement pour la jauge par ex
$jauge=50;
$template = assign_vars(array (
'JAUGE' => $jauge
));
etc
et dans ton tpl:
Code PHP :
<?php
<img src="image_jauge" width="{JAUGE}" height="10" alt="carburant"/>