[ Index ]
 

Code source de vtiger CRM 5.0.2

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

title

Body

[fermer]

/modules/Invoice/ -> index.php (source)

   1  <?php
   2  
   3  /*********************************************************************************
   4  
   5   * The contents of this file are subject to the SugarCRM Public License Version 1.1.2
   6  
   7   * ("License"); You may not use this file except in compliance with the 
   8  
   9   * License. You may obtain a copy of the License at http://www.sugarcrm.com/SPL
  10  
  11   * Software distributed under the License is distributed on an  "AS IS"  basis,
  12  
  13   * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
  14  
  15   * the specific language governing rights and limitations under the License.
  16  
  17   * The Original Code is:  SugarCRM Open Source
  18  
  19   * The Initial Developer of the Original Code is SugarCRM, Inc.
  20  
  21   * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.;
  22  
  23   * All Rights Reserved.
  24  
  25   * Contributor(s): ______________________________________.
  26  
  27   ********************************************************************************/
  28  
  29  /*********************************************************************************
  30  
  31   * $Header$
  32  
  33   * Description:  TODO To be written.
  34  
  35   * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.
  36  
  37   * All Rights Reserved.
  38  
  39   * Contributor(s): ______________________________________..
  40  
  41   ********************************************************************************/
  42  
  43  
  44  
  45  global $theme,$mod_strings;
  46  
  47  $theme_path="themes/".$theme."/";
  48  
  49  $image_path=$theme_path."images/";
  50  
  51  require_once ($theme_path."layout_utils.php");
  52  
  53  include  ('modules/Invoice/ListView.php');
  54  ?>


Généré le : Sun Feb 25 10:22:19 2007 par Balluche grâce à PHPXref 0.7