################################################################################## ## HAMweather Theme Variables ################################################################################## ########################## # HAMweather Paths ########################## $imagespath = "http://weather.kypros.org/images/fcicons/"; #images path $imagespath2 = "$hw_html_dir_url/images/fcicons/"; #images2 path #$forecast_templates = "/home/httpd/html/weather/cgi-bin/templates"; ########################## # VariousWeather & Image Info ########################## #begin weather types %wxinfo = ( ); @wxtypes =( ); #end weather types #begin day title display %day_title_display = ( ); #end day title display #dont change this.. it sets the number of keywords and images $numkeywords = @wxtypes; #set these to match the icon widths & heights that you need on #your web page $iconwidth = 55; #iconwidth $iconheight = 58; #iconheight #set $max_days to the maximum number of days you want the forecast for. # Most places only have forecast fore the next 48 -72 hours but a few can have # up to a week Which may creat to many icons for your web page. # This will limit the number of days it will display the weather for $max_days = 4; #max days ########################## # HAMweather Templates ########################## $title_html_template = "%%daytitle%%\n"; $icon_html_template = "%%iconalt%%%%place%% %%hsky%% %%htempf%%°F%%hwind%% %%hrh%%% !; $state_hourly_template_none = qq!Hourly round up not currently available!; ################################################################################## ## HAMweather Pro Add-on Variables ################################################################################## @map_text_color = (0, 0, 0); #map text RGB color ########################## # Pro Templates ########################## $cc_html_template = qq!%%place%%%%hsky%%%%htempf%%°F (%%htempc%%°C)\n!; $wrn_table_template = qq!%%state%%\n!; $active_warning_template = qq!
%%type%%

!; ########################## # Pro Paths ########################## $fc_icons_path = "$hw_html_dir_path/images/fcmapicons"; 1;