mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
allow json in body on(Load|Unload|Resize) tags
This commit is contained in:
parent
022b8bb391
commit
722c5a8252
@ -111,7 +111,7 @@ class jdots_framework extends egw_framework
|
||||
// the instanciation of the template has to be here and not in the constructor,
|
||||
// as the old Template class has problems if restored from the session (php-restore)
|
||||
// todo: check if this is still true
|
||||
$this->tpl = new Template(common::get_tpl_dir('jdots'));
|
||||
$this->tpl = new Template(common::get_tpl_dir('jdots'),'keep');
|
||||
$this->tpl->set_file(array('_head' => 'head.tpl'));
|
||||
$this->tpl->set_block('_head','head');
|
||||
$this->tpl->set_block('_head','framework');
|
||||
|
Loading…
Reference in New Issue
Block a user