Last modified: 2012-08-14 11:42:39 UTC
Because of striping the parameters are not passed to hooks located in templates. I mean you cannot use <myhook param="{{{paramPassedToTemplate}}}">...</myhook> I made a very little change to that: include a unstrip function on each end od parse of a template... Does it have side effects ? The parsing flowchart is really hard to understand, and I hope I broke nothing... E. P.S.: I would attach a patch helping you to see what I changed...
Created attachment 3161 [details] Activate parameters in hook functions The patch
*** This bug has been marked as a duplicate of 2257 ***