Problen to make raintpl read array that contain values inside ' '
Im trying to use template engine raintpl, but having problen when the
array use this syntax:
'loginCss' => '<link href="css/login.css" rel="stylesheet">',
i dont know if raintpl just reconize arrays that use "" instead of ''.
but if i chage to:
"loginCss" => "<link href="css/login.css" rel="stylesheet">",
the php dont work because of "" inside the "", if i change put \ before
the ", eg:
"loginCss" => "<link href=\"css/login.css\" rel=\"stylesheet\">",
dont work too... :(
Someone who had this experience could help me please?
No comments:
Post a Comment