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

Revision 873, 226 bytes checked in by amuller, 15 years ago (diff)

Ticket #485 - padronização das preferências do expressoMail com Egroupware

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1<?php
2{
3        $title = $appname;
4        $file = array(
5                'Preferences'     => $GLOBALS['phpgw']->link('/preferences/preferences.php','appname='.$appname)
6        );
7        //Do not modify below this line
8        display_section($appname,$title,$file);
9}
10?>
Note: See TracBrowser for help on using the repository browser.