Changeset 8448fca in github


Ignore:
Timestamp:
Jul 3, 2009 9:38:30 AM (4 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
f62d5fa
Parents:
5881355
Message:

Let internal 'template_container' hook append to existing content

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/include/rcube_plugin_api.php

    r737f0da3 r8448fca  
    294294  { 
    295295    $container = $attrib['name']; 
    296     return array('content' => $this->template_contents[$container]); 
     296    return array('content' => $attrib['content'] . $this->template_contents[$container]); 
    297297  } 
    298298   
Note: See TracChangeset for help on using the changeset viewer.