source: trunk/jabberit_messenger/inc/hook_admin.inc.php @ 382

Revision 382, 1008 bytes checked in by niltonneto, 16 years ago (diff)

Inclusão do módulo JabberIt? Messenger, novo módulo de mensagens
instantâneas do Expresso. É uma customização do projeto original
Jeti, e foi desenvolvido em Java.

  • Property svn:executable set to *
Line 
1<?php
2        /**************************************************************************\
3        * eGroupWare                                                               *
4        * http://www.egroupware.org                                                *
5        * --------------------------------------------                             *
6        *  This program is free software; you can redistribute it and/or modify it *
7        *  under the terms of the GNU General Public License as published by the   *
8        *  Free Software Foundation; either version 2 of the License, or (at your  *
9        *  option) any later version.                                              *
10        \**************************************************************************/
11
12// Only Modify the $file and $title variables.....
13        $title = 'jabberit_messenger';
14        $file = array(
15                'Site Configuration'    => $GLOBALS['phpgw']->link('/index.php','menuaction=admin.uiconfig.index&appname=' . $appname)
16        );
17       
18//Do not modify below this line
19        display_section($appname,$title,$file);
20?>
Note: See TracBrowser for help on using the repository browser.