source: trunk/expressoCalendar/inc/hook_admin.inc.php @ 5804

Revision 5804, 906 bytes checked in by acoutinho, 12 years ago (diff)

Ticket #2434 - Implementada funcionalidade de criacao de agenda para contas compartilhadas e imposicao de agendas

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 migração' => $GLOBALS['phpgw']->link('/index.php','menuaction=admin.uiconfig.index&appname=' . $appname)
16        );
17        //Do not modify below this line
18        display_section($appname,$title,$file);
19
20?>
Note: See TracBrowser for help on using the repository browser.