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

Revision 2, 261 bytes checked in by niltonneto, 17 years ago (diff)

Removida todas as tags usadas pelo CVS ($Id, $Source).
Primeira versão no CVS externo.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
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.