mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
print footer...
This commit is contained in:
parent
fa3b655009
commit
8fb7e84b08
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
$phpgw_info['flags'] = array(
|
$GLOBALS['phpgw_info']['flags'] = array(
|
||||||
'currentapp' => 'addressbook',
|
'currentapp' => 'addressbook',
|
||||||
'noheader' => True,
|
'noheader' => True,
|
||||||
'nonavbar' => True
|
'nonavbar' => True
|
||||||
@ -23,4 +23,6 @@
|
|||||||
|
|
||||||
$obj = CreateObject('addressbook.uiaddressbook');
|
$obj = CreateObject('addressbook.uiaddressbook');
|
||||||
$obj->get_list();
|
$obj->get_list();
|
||||||
|
|
||||||
|
$GLOBALS['phpgw']->common->phpgw_footer();
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user