[ Index ]
 

Code source de eGroupWare 1.2.106-2

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

title

Body

[fermer]

/felamimail/ -> index.php (source)

   1  <?php
   2      /**************************************************************************\
   3      * eGroupWare - FeLaMiMail                                                  *
   4      * http://www.egroupware.org                                                *
   5      * http://www.phpgw.de                                                      *
   6      * http://www.linux-at-work.de                                              *
   7      * Written by Lars Kneschke [lkneschke@linux-at-work.de]                    *
   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      /* $Id: index.php 20295 2006-02-15 12:31:25Z  $ */
  15  
  16      // this is to get css inclusion working
  17      $_GET['menuaction']    = 'felamimail.uifelamimail.viewMainScreen';
  18      
  19      $egw_info = array();
  20      $egw_info['flags'] = array
  21      (
  22          'currentapp' => 'felamimail',
  23          'noheader'   => True,
  24          'nonavbar'   => True,
  25          'include_xajax' => True,
  26      );
  27                                  
  28      include('../header.inc.php');
  29  
  30      execmethod('felamimail.uifelamimail.viewMainScreen');
  31  ?>


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