GlobalContentPreCompile doesn't work
Posted: Sun Oct 28, 2007 12:04 am
Hello,
I use 1.1.3.1 "Apia" and try to add some code to the event "GlobalContentPreCompile". Nothing happens. My last attempt was to create a user-defined tag with
and to add it to the event (I know it doesn't make sense, but I just wanted to test it). The code is not executed. I have definedĀ global content and also placed it in my templates. Can you please check for me if it works on your installation?
Thank you,
Sonya
I use 1.1.3.1 "Apia" and try to add some code to the event "GlobalContentPreCompile". Nothing happens. My last attempt was to create a user-defined tag with
Code: Select all
print_r($params['global_content']);
exit;
Thank you,
Sonya