mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
switch preferences from etemplate to etmplate2
This commit is contained in:
parent
c13dccd96e
commit
93b7d48905
@ -43,7 +43,7 @@ class preferences_settings
|
||||
*/
|
||||
function index(array $content=null, $msg='')
|
||||
{
|
||||
$tpl = new etemplate('preferences.settings');
|
||||
$tpl = new etemplate_new('preferences.settings');
|
||||
if (!is_array($content))
|
||||
{
|
||||
$appname = isset($_GET['appname']) && $_GET['appname'] != 'preferences' ? $_GET['appname'] : 'common';
|
||||
|
Loading…
Reference in New Issue
Block a user