source: trunk/expressoMail1_2/inc/hook_preferences.inc.php @ 1040

Revision 1040, 482 bytes checked in by amuller, 15 years ago (diff)

Ticket #559 - Atualização de download de arquivos e sessão

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1<?php
2if(!isset($GLOBALS['phpgw_info'])){
3        $GLOBALS['phpgw_info']['flags'] = array(
4                'currentapp' => 'expressoMail1_2',
5                'nonavbar'   => true,
6                'noheader'   => true
7        );
8}
9require_once '../header.inc.php';
10
11
12        $title = $appname;
13        $file = array(
14                'Preferences'     => $GLOBALS['phpgw']->link('/preferences/preferences.php','appname='.$appname)
15        );
16        //Do not modify below this line
17        display_section($appname,$title,$file);
18?>
Note: See TracBrowser for help on using the repository browser.