[ Index ]
 

Code source de eGroupWare 1.2.106-2

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

title

Body

[fermer]

/filemanager/inc/ -> hook_sidebox_menu.inc.php (source)

   1  <?php
   2      /**************************************************************************\
   3      * eGroupWare - Filemanager Sidebox-Menu for idots-template                 *
   4      * http://www.egroupware.org                                                *
   5      * Written by Pim Snel <pim@lingewoud.nl>                                   *
   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      /* $Id: hook_sidebox_menu.inc.php 19410 2005-10-14 10:41:15Z ralfbecker $ */
  14  {
  15  
  16   /*
  17      This hookfile is for generating an app-specific side menu used in the idots
  18      template set.
  19  
  20      $menu_title speaks for itself
  21      $file is the array with link to app functions
  22  
  23      display_sidebox can be called as much as you like
  24   */
  25  
  26      $menu_title = $GLOBALS['egw_info']['apps'][$appname]['title'] . ' '. lang('Menu');
  27      $file = Array(
  28          array(
  29              '',
  30              'text' => 'Filemanager Preferences',
  31              'link' => $GLOBALS['egw']->link('/index.php','menuaction=preferences.uisettings.index&appname=filemanager')
  32          )
  33      );
  34      display_sidebox($appname,$menu_title,$file);
  35  }
  36  ?>


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