![]() |
Alexey admin 12/6/2006 |
Hi,
global $smarty; $mytotal= $smarty->get_template_vars("showtotal_Miles_Ridden") / $smarty->get_template_vars("showtotal_Max_Number_of_Days"); $smarty->assign("mytotal",round($mytotal,2)); |
J
|
jebrown author 12/6/2006 |
That solved the problem! Thanks for the great technical support. Hi, I recommend you to do the following:
|