source: sandbox/webservice/rest/inc/hook_admin.inc.php @ 7466

Revision 7466, 474 bytes checked in by alexandrecorreia, 12 years ago (diff)

Ticket #3171 - Módulo REST para configuração dos servidores.

Line 
1<?php
2
3if( !isset($GLOBALS['phpgw_info']) )
4{
5        $GLOBALS['phpgw_info']['flags'] = array(
6                'currentapp' => "rest",
7                'nonavbar'   => true,
8                'noheader'   => true
9        );
10}
11
12// Only Modify the $file and $title variables.....
13        $title = $GLOBALS['phpgw_info']['flags']['currentapp'];
14       
15        $file = array(
16                'Site Configuration'    => $GLOBALS['phpgw']->link('/index.php','menuaction=rest.uiconfig.config')
17        );
18
19//Do not modify below this line
20        display_section($appname,$title,$file);
21
22?>
Note: See TracBrowser for help on using the repository browser.