Weather by You!

Templates and Projects support => Php templates => Topic started by: MatrixStorms on February 28, 2014, 09:10:39 PM

Title: T_STRING error help
Post by: MatrixStorms on February 28, 2014, 09:10:39 PM
with weather sky's php template I am getting an error: Parse error: syntax error, unexpected T_STRING in /home/a7346512/public_html/wt_data_inc.php on line 486
Code: [Select]
$TtempHF = $pre_time.'<#TtempH format="hh'nn">'.$pre_date.'<#TtempH format="d ">'.$Tr_monthnames['<#TtempH format="m">'].'<#TtempH format=" yyyy">'; how can I fix the hh'nn Mike
Title: Re: T_STRING error help
Post by: Mr.Meteo on March 01, 2014, 06:15:53 AM
Hi Maike,

Line is supposed to be:

#TtempH format="h'h'nn"

Regards,
Jacques
Title: Re: T_STRING error help
Post by: MatrixStorms on March 02, 2014, 01:30:56 AM
thanks Jacques all fixed