From ae92199c92735e66ca46f7fee4aa050b827b93cf Mon Sep 17 00:00:00 2001 From: jengo Date: Wed, 10 Jan 2001 10:53:43 +0000 Subject: [PATCH] Fixed missing footer call --- about.php | 1 + 1 file changed, 1 insertion(+) diff --git a/about.php b/about.php index 3a625e6f45..dcf6e1738b 100644 --- a/about.php +++ b/about.php @@ -41,4 +41,5 @@ } $tpl->pparse("out","phpgw_about"); + $phpgw->common->phpgw_footer(); ?> \ No newline at end of file