thomascube
2009-07-13 c6514e01f9486b871ee07928497bafdab3b438e8
program/include/rcube_plugin_api.php
@@ -293,7 +293,7 @@
  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]);
  }
  
  /**