diff --git a/etemplate/index.php b/etemplate/index.php index 4fcef8e42f..26b1d52042 100644 --- a/etemplate/index.php +++ b/etemplate/index.php @@ -19,9 +19,6 @@ ); include('../header.inc.php'); - $editor = CreateObject('etemplate.editor'); - - $editor->edit(); - - $GLOBALS['phpgw']->common->phpgw_footer(); + header('Location: '.$GLOBALS['phpgw']->link('/index.php','menuaction=etemplate.editor.edit')); + $GLOBALS['phpgw']->common->phpgw_exit(); ?>