';
print img_weather($text, 0, $options);
- print ' = '.$conf->global->MAIN_METEO_PERCENTAGE_LEVEL0.' %';
+ print ' <= '.$conf->global->MAIN_METEO_PERCENTAGE_LEVEL0.' %';
print '
';
print img_weather($text, 1, $options);
print ' <= '.$conf->global->MAIN_METEO_PERCENTAGE_LEVEL1.' %';
@@ -415,7 +415,7 @@ if ($conf->global->MAIN_DISABLE_METEO != 1) {
print '
';
print '
';
print img_weather($text, 0, $options);
- print ' = '.$level0;
+ print ' <= '.$level0;
print '
';
print img_weather($text, 1, $options);
print ' <= '.$level1;