source: branches/2.5/expressoCalendar/inc/hook_admin.inc.php @ 7982

Revision 7982, 1.0 KB checked in by douglas, 11 years ago (diff)

Ticket #3378 - Importação automatica de eventos nos participantes

Line 
1<?php
2        /***********************************************************************************\
3        * Expresso Calendar                                                                                               
4        *
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 = $appname;
14        $file = Array(
15                'ExpressoCalendar migration' => $GLOBALS['phpgw']->link('/index.php','menuaction=admin.uiconfig.index&appname=' . $appname. '&config=migra'),
16        'Global Settings' => $GLOBALS['phpgw']->link('/index.php','menuaction=admin.uiconfig.index&appname=' . $appname)
17        );
18        //Do not modify below this line
19        display_section($appname,$title,$file);
20
21?>
Note: See TracBrowser for help on using the repository browser.