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

Revision 1037, 489 bytes checked in by amuller, 15 years ago (diff)

Ticket #559 - Correção de problema, usando caminho relativo

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