mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-18 11:58:24 +01:00
get admin/index.php to send its output through the xslt-framework
This commit is contained in:
parent
e631fdb71b
commit
81ff8a977e
@ -88,5 +88,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
$GLOBALS['phpgw']->hooks->process('admin');
|
$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')
|
||||||
|
));
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user