Let internal 'template_container' hook append to existing content

release-0.6
thomascube 15 years ago
parent 588135500b
commit 8448fca1f1

@ -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]);
}
/**

Loading…
Cancel
Save