dolibarr 19.0.3
|
Dolibarr home page. More...
Go to the source code of this file.
Functions | |
showWeather ($totallate, $text, $options, $morecss='') | |
Show weather logo. | |
getWeatherStatus ($totallate) | |
get weather level $conf->global->MAIN_METEO_LEVELx | |
Dolibarr home page.
Definition in file index.php.
getWeatherStatus | ( | $totallate | ) |
get weather level $conf->global->MAIN_METEO_LEVELx
int | $totallate | Nb of element late |
Definition at line 820 of file index.php.
References getDolGlobalString().
Referenced by showWeather().
showWeather | ( | $totallate, | |
$text, | |||
$options, | |||
$morecss = '' ) |
Show weather logo.
Logo to show depends on $totallate and values for $conf->global->MAIN_METEO_LEVELx
int | $totallate | Nb of element late |
string | $text | Text to show on logo |
string | $options | More parameters on img tag |
string | $morecss | More CSS |
Definition at line 804 of file index.php.
References getWeatherStatus(), and img_weather().