Bonjour
on my project, I tried to import and edit my "external built" header page.
Not satisfied.
I tried to rebuilt it from scratch.
Put an imege and snippet on it with a trivial error
(see the code below).
I deleted it, reset all pages, delete all "preview and output" dir,
clean the pc ...
The snippet is still rebuilted each time with this code.
I searched in all events page, I don't find any reference with this snippet.
So I'm obliged to modified it with an external editor to run...
Unable to "find" where ...
the run project error:
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in C:\wamp\www\cun51_11_site\include\events.php on line 177
the events.php code error... (Snippet deleted and page reset...)
function calgen_Snippet2(&$params)
{
// Put your code here.
echo "$date = date("d-m-Y");
$heure = date("H:i");
Print("Nous sommes le $date et il est $heure");
;
}
?>