[ Index ]
 

Code source de eGroupWare 1.2.106-2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/registration/inc/ -> hook_admin.inc.php (source)

   1  <?php
   2      /**************************************************************************\
   3      * eGroupWare - Registration                                                *
   4      * http://www.egroupware.org                                                *
   5      * This application written by Joseph Engo <jengo@phpgroupware.org>         *
   6      * --------------------------------------------                             *
   7      * Funding for this program was provided by http://www.checkwithmom.com     *
   8      * --------------------------------------------                             *
   9      *  This program is free software; you can redistribute it and/or modify it *
  10      *  under the terms of the GNU General Public License as published by the   *
  11      *  Free Software Foundation; either version 2 of the License, or (at your  *
  12      *  option) any later version.                                              *
  13      \**************************************************************************/
  14  
  15      /* $Id: hook_admin.inc.php 19547 2005-11-02 11:45:52Z ralfbecker $ */
  16  
  17      $title = $appname;
  18      $file = Array(
  19          'Site Configuration'    => $GLOBALS['egw']->link('/index.php', 'menuaction=admin.uiconfig.index&appname=' . $appname),
  20          'Manage Fields'      => $GLOBALS['egw']->link ('/index.php', 'menuaction=' . $appname . '.uimanagefields.admin')
  21      );
  22  
  23      display_section($appname,$title,$file);
  24  ?>


Généré le : Sun Feb 25 17:20:01 2007 par Balluche grâce à PHPXref 0.7