source: companies/serpro/expressoMail1_2/inc/hook_preferences.inc.php @ 903

Revision 903, 261 bytes checked in by niltonneto, 15 years ago (diff)

Importacao inicial do Expresso do Serpro

Line 
1<?php
2{
3// Only Modify the $file and $title variables.....
4        $title = 'expressoMail1_2';
5        $file = Array(
6                'Preferences' => $GLOBALS['phpgw']->link('/'.$title.'/preferences.php'),
7        );
8//Do not modify below this line
9        display_section($appname,$title,$file);
10}
11?>
Note: See TracBrowser for help on using the repository browser.