diff --git a/admin/accounts.php b/admin/accounts.php index 67d2f0cc3b..3491cdc9f7 100755 --- a/admin/accounts.php +++ b/admin/accounts.php @@ -84,7 +84,6 @@ $phpgw->template->pparse("out","list"); - $phpgw->common->phpgw_footer(); - account_close(); + $phpgw->common->phpgw_footer(); ?> diff --git a/admin/deleteaccount.php b/admin/deleteaccount.php index 7d121d0132..3dd1d37828 100755 --- a/admin/deleteaccount.php +++ b/admin/deleteaccount.php @@ -80,7 +80,7 @@ - common->phpgw_footer(); } diff --git a/admin/deleteapplication.php b/admin/deleteapplication.php index deaceb7c76..3bfa531391 100644 --- a/admin/deleteapplication.php +++ b/admin/deleteapplication.php @@ -45,6 +45,6 @@ - common->phpgw_footer(); - ?> +common->phpgw_footer(); +?> diff --git a/admin/deletegroup.php b/admin/deletegroup.php index f9a63ccee5..05c1dadc34 100755 --- a/admin/deletegroup.php +++ b/admin/deletegroup.php @@ -105,6 +105,6 @@ - common->phpgw_footer(); ?> diff --git a/admin/index.php b/admin/index.php index aa4dca1c87..120845671c 100755 --- a/admin/index.php +++ b/admin/index.php @@ -65,7 +65,5 @@ if ( $SHOW_INFO > 0 ) { else { echo "

link($PHP_SELF, "SHOW_INFO=1")."\">PHP Information"; } -?> -common->phpgw_footer(); ?> diff --git a/admin/killsession.php b/admin/killsession.php index 0e356b6a0f..4f3a722503 100755 --- a/admin/killsession.php +++ b/admin/killsession.php @@ -46,6 +46,7 @@ - common->phpgw_footer(); } - +?> diff --git a/admin/mainscreen_message.php b/admin/mainscreen_message.php index b340e27ad1..d788084f6f 100644 --- a/admin/mainscreen_message.php +++ b/admin/mainscreen_message.php @@ -93,5 +93,5 @@ } $phpgw->template->set_var("error_message",$message); $phpgw->template->pparse("out","form"); - -?> \ No newline at end of file + $phpgw->common->phpgw_footer(); +?>