vmuk Posted January 20, 2005 Posted January 20, 2005 Is there a way to set a value sybol i.e. (g) or (kg) to the weight items i have maneged it in the menus?
boxtel Posted January 20, 2005 Posted January 20, 2005 Is there a way to set a value sybol i.e. (g) or (kg) to the weight items i have maneged it in the menus? <{POST_SNAPBACK}> osc is weightless, you can use any unit as long as you use it consistent. I simply add this to english.php: define ('WEIGHT_UNIT', 'Gr'); and add that after the weight display like : <?php echo $weight . ' ' . WEIGHT_UNIT; ?> Treasurer MFC
Recommended Posts
Archived
This topic is now archived and is closed to further replies.