source: branches/2.2.0.1/jabberir_messenger/inc/hook_admin.inc.php @ 4453

Revision 4453, 1.3 KB checked in by rafaelraymundo, 13 years ago (diff)

Ticket #1726 - Adicionando jabberit_messenger da comunidade.

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