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 *
RevLine 
[2]1<?php
2{
[873]3        $title = $appname;
4        $file = array(
5                'Preferences'     => $GLOBALS['phpgw']->link('/preferences/preferences.php','appname='.$appname)
[2]6        );
[873]7        //Do not modify below this line
[2]8        display_section($appname,$title,$file);
9}
10?>
Note: See TracBrowser for help on using the repository browser.