weather[0]->icon; $wetter['icon']="http://openweathermap.org/img/w/".$icon."@2x.png"; $wetter['w_id']=$data->weather[0]->id; $wetter['cist']=round($data->main->temp); $wetter['cmin']=round($data->main->temp_min); $wetter['cmax']=round($data->main->temp_max); $wetter['text']=$data->weather[0]->description; $sunset = $data->sys->sunset; $sunrise= $data->sys->sunrise; if ($sunrise>time()) { $night=1; } if ($sunrisetime()) { $night=0; } if ($sunriseassign('night', $night); $template->assign('wetter', $wetter); $template->assign('content', 'tpl/ajax/ue_wetter.tpl'); ?>