mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 00:58:55 +01:00
Updated to PHPGW_APP_TPL
This commit is contained in:
parent
6627870e4d
commit
d19cf469cb
@ -202,7 +202,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$p = CreateObject('phpgwapi.Template',$phpgw_info['server']['app_tpl']);
|
$p = CreateObject('phpgwapi.Template',PHPGW_APP_TPL);
|
||||||
$templates = Array (
|
$templates = Array (
|
||||||
'preferences' => 'preference_acl.tpl',
|
'preferences' => 'preference_acl.tpl',
|
||||||
'row_colspan' => 'preference_colspan.tpl',
|
'row_colspan' => 'preference_colspan.tpl',
|
||||||
|
Loading…
Reference in New Issue
Block a user