source: sandbox/2.4.3-expresso-rest/negrinha/inc/hook_admin.inc.php @ 7368

Revision 7368, 482 bytes checked in by alexandrecorreia, 11 years ago (diff)

Ticket #3093 - Configuração dos servidores com API REST.

Line 
1<?php
2
3if( !isset($GLOBALS['phpgw_info']) )
4{
5        $GLOBALS['phpgw_info']['flags'] = array(
6                'currentapp' => "negrinha",
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=negrinha.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.