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

Revision 2, 1.2 KB 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        * eGroupWare - Webpage News Admin                                          *
4        * http://www.egroupware.org                                                *
5        * --------------------------------------------                             *
6        *  This program is free software; you can redistribute it and/or modify it *
7        *  under the terms of the GNU General Public License as published by the   *
8        *  Free Software Foundation; either version 2 of the License, or (at your  *
9        *  option) any later version.                                              *
10        * --------------------------------------------                             *
11        * This program was sponsered by Golden Glair productions                   *
12        * http://www.goldenglair.com                                               *
13        \**************************************************************************/
14
15{
16// Only Modify the $file and $title variables.....
17        $title = $appname;
18        $file = array(
19                'Preferences'     => $GLOBALS['phpgw']->link('/preferences/preferences.php','appname='.$appname),
20        );
21//Do not modify below this line
22        display_section($appname,$title,$file);
23}
24?>
Note: See TracBrowser for help on using the repository browser.