get admin/index.php to send its output through the xslt-framework

This commit is contained in:
Ralf Becker 2002-10-26 11:25:14 +00:00
parent e631fdb71b
commit 81ff8a977e

View File

@ -88,5 +88,7 @@
}
$GLOBALS['phpgw']->hooks->process('admin');
$GLOBALS['admin_tpl']->pparse('out','list');
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array(
'body_data' => $GLOBALS['admin_tpl']->parse('out','list')
));
?>