source: sandbox/2.3-MailArchiver/expressoMail1_2/inc/hook_preferences.inc.php @ 6779

Revision 6779, 750 bytes checked in by rafaelraymundo, 12 years ago (diff)

Ticket #2946 - Liberado Expresso(branch 2.3) integrado ao MailArchiver?.

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                'Expresso Offline'                      => $GLOBALS['phpgw']->link('/expressoMail1_2/offline_preferences.php'),
16                 // Bruno 20110815 Desativado o arquivamento programado.
17                //'Programed Archiving' => $GLOBALS['phpgw']->link('/expressoMail1_2/programed_archiving.php')
18        );
19        //Do not modify below this line
20        display_section($appname,$title,$file);
21?>
Note: See TracBrowser for help on using the repository browser.