thomascube
2009-07-03 8448fca1f11f69e29bca568cb0042e83dd6be89e
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]);
  }
  
  /**