forked from extern/egroupware
ubdate to new about-system (all infos are in setup.inc.php, no more hook_about)
This commit is contained in:
parent
c54195c6dd
commit
dd1fa5af07
@ -1,21 +0,0 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* phpGroupWare *
|
||||
* http://www.phpgroupware.org *
|
||||
* Written by Mark Peters <skeeter@phpgroupware.org> *
|
||||
* -------------------------------------------- *
|
||||
* This program is free software; you can redistribute it and/or modify it *
|
||||
* under the terms of the GNU General Public License as published by the *
|
||||
* Free Software Foundation; either version 2 of the License, or (at your *
|
||||
* option) any later version. *
|
||||
\**************************************************************************/
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
function about_app()
|
||||
{
|
||||
$GLOBALS['tpl']->set_var('developers','Joseph Engo [jengo@phpgroupware.org]<br>Miles Lott [milosch@phpgroupware.org]');
|
||||
$GLOBALS['tpl']->set_var('description',lang('Addressbook is the phpgroupware default contact application. <br>It makes use of the phpgroupware contacts class to store and retrieve contact information via SQL or LDAP.'));
|
||||
|
||||
return $GLOBALS['tpl']->fp('out','about');
|
||||
}
|
@ -21,7 +21,10 @@
|
||||
$setup_info['addressbook']['note'] = 'The phpgwapi manages contact data. Addressbook manages servers for its remote capability.';
|
||||
$setup_info['addressbook']['license'] = 'GPL';
|
||||
$setup_info['addressbook']['description'] =
|
||||
'Contact manager with Vcard support.';
|
||||
'Contact manager with Vcard support.<br>
|
||||
Addressbook is the phpgroupware default contact application. <br>
|
||||
It makes use of the phpgroupware contacts class to store and retrieve
|
||||
contact information via SQL or LDAP.';
|
||||
$setup_info['addressbook']['maintainer'] = 'Miles Lott';
|
||||
$setup_info['addressbook']['maintainer_email'] = 'milosch@phpgroupware.org';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user