source: branches/1.2/workflow/inc/hook_admin.inc.php @ 1349

Revision 1349, 1.2 KB checked in by niltonneto, 15 years ago (diff)

Ticket #561 - Inclusão do módulo Workflow faltante nessa versão.

  • Property svn:executable set to *
Line 
1<?php
2  /**************************************************************************\
3  * phpGroupWare                                                             *
4  * http://www.phpgroupware.org                                              *
5  * Written by Joseph Engo <jengo@phpgroupware.org>                          *
6  * --------------------------------------------                             *
7  *  This program is free software; you can redistribute it and/or modify it *
8  *  under the terms of the GNU General Public License as published by the   *
9  *  Free Software Foundation; either version 2 of the License, or (at your  *
10  *  option) any later version.                                              *
11  \**************************************************************************/
12        /**
13         * @package Workflow
14         * @license http://www.gnu.org/copyleft/gpl.html GPL
15         */
16{
17        /* only modify the $file and $title variables..... */
18        $title = $appname;
19        $file = array
20        (
21                'Default Config Values' => $GLOBALS['phpgw']->link('/index.php','menuaction=admin.uiconfig.index&appname=' . $appname)
22        );
23
24        /* do not modify below this line */
25        display_section($appname, $title, $file);
26}
27?>
Note: See TracBrowser for help on using the repository browser.