#---------------------------------------------------------------------------
#	WU  settings for forecast  only as a separate page
#										
$SITE['wuPage']			= 'no';   										// #####  WU forecastpage in menu
#
# if set to false or 'no' do not bother with other $SITE["wu ...] settings as they are not used than
#
$SITE['wuKey']			= '281f93f5bba71ab5'; 							// ##### set to your (free) Wunderground API key to retreive weatherinfo in xml
$SITE['wuFctId']		= 'INOORDHO123'; 							// ##### Forecast XML set to Wunderground city id or to your pws id:  "Belgium/Leuven"  or "PWS:IVLAAMSG47"
$SITE['wuIconsDir']		= $SITE['iconsDir'].'wu_icons/';	
$SITE['wuIconsOwn']		= false;  		// use wu icons (true) or our template icons (false)
$SITE['wuIconsCache']	= true;			// use wu icons from our cache (true) or our wu icons from wu url (false)
#-----------------------------------------------------