Lukas W.
Well-known member
I've built a listener for the
If so, which event would be better suited? I've seen
app_pub_renderer_page
that checks for a few things and alters the response template if required. However, calling $reply->setTemplateName()
doesn't seem to change the template any more. Is the event called too late in the chain to do that?If so, which event would be better suited? I've seen
controller_post_dispatch
, but it appears to run on admin templates as well, which I want to avoid.