public void event_onAfterRenderPartial(string $name, array $params, array $options)
$name
string
specifies the partial name.
$params
array
a list of parameters to pass to the partial.
$options
array
a list of options.
Triggered before a partial is rendered.
The event handler receives the same parameters as Cms_Controller::render_partial() method.
A value returned by the handler does't affect the partial rendering process.