mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 04:41:41 +02:00
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='')
|
function index(array $content=null, $msg='')
|
||||||
{
|
{
|
||||||
$tpl = new etemplate_old('preferences.settings');
|
$tpl = new etemplate('preferences.settings');
|
||||||
if (!is_array($content))
|
if (!is_array($content))
|
||||||
{
|
{
|
||||||
$appname = isset($_GET['appname']) && $_GET['appname'] != 'preferences' ? $_GET['appname'] : 'common';
|
$appname = isset($_GET['appname']) && $_GET['appname'] != 'preferences' ? $_GET['appname'] : 'common';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user