forked from extern/egroupware
using just etemplate
This commit is contained in:
parent
7ad1ac4736
commit
bb17f1ae3d
@ -43,7 +43,7 @@ class preferences_settings
|
||||
*/
|
||||
function index(array $content=null, $msg='')
|
||||
{
|
||||
$tpl = new etemplate_old('preferences.settings');
|
||||
$tpl = new etemplate('preferences.settings');
|
||||
if (!is_array($content))
|
||||
{
|
||||
$appname = isset($_GET['appname']) && $_GET['appname'] != 'preferences' ? $_GET['appname'] : 'common';
|
||||
|
Loading…
Reference in New Issue
Block a user