source: companies/celepar/expressoMail1_2/inc/hook_preferences.inc.php @ 763

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

Importação inicial do Expresso da Celepar

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.