mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-08 00:56:49 +01:00
Let internal 'template_container' hook append to existing content
This commit is contained in:
@@ -293,7 +293,7 @@ class rcube_plugin_api
|
||||
private function template_container_hook($attrib)
|
||||
{
|
||||
$container = $attrib['name'];
|
||||
return array('content' => $this->template_contents[$container]);
|
||||
return array('content' => $attrib['content'] . $this->template_contents[$container]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user