[Vtigercrm-commits] [vtiger-commits] r6848 - in /vtigercrm/trunk: Smarty_setup.php config.db.php copyright.html parent_tabdata.php tabdata.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed May 31 08:58:06 EDT 2006
Author: saraj
Date: Wed May 31 06:58:00 2006
New Revision: 6848
Log:
License Added - ahmed
Modified:
vtigercrm/trunk/Smarty_setup.php
vtigercrm/trunk/config.db.php
vtigercrm/trunk/copyright.html
vtigercrm/trunk/parent_tabdata.php
vtigercrm/trunk/tabdata.php
Modified: vtigercrm/trunk/Smarty_setup.php
==============================================================================
--- vtigercrm/trunk/Smarty_setup.php (original)
+++ vtigercrm/trunk/Smarty_setup.php Wed May 31 06:58:00 2006
@@ -1,4 +1,14 @@
<?php
+/*********************************************************************************
+ ** The contents of this file are subject to the vtiger CRM Public License Version 1.0
+ * ("License"); You may not use this file except in compliance with the License
+ * The Original Code is: vtiger CRM Open Source
+ * The Initial Developer of the Original Code is vtiger.
+ * Portions created by vtiger are Copyright (C) vtiger.
+ * All Rights Reserved.
+ *
+ ********************************************************************************/
+
require('Smarty/libs/Smarty.class.php');
class vtigerCRM_Smarty extends Smarty{
Modified: vtigercrm/trunk/config.db.php
==============================================================================
--- vtigercrm/trunk/config.db.php (original)
+++ vtigercrm/trunk/config.db.php Wed May 31 06:58:00 2006
@@ -1,4 +1,13 @@
<?php
+/*********************************************************************************
+ ** The contents of this file are subject to the vtiger CRM Public License Version 1.0
+ * ("License"); You may not use this file except in compliance with the License
+ * The Original Code is: vtiger CRM Open Source
+ * The Initial Developer of the Original Code is vtiger.
+ * Portions created by vtiger are Copyright (C) vtiger.
+ * All Rights Reserved.
+ *
+ ********************************************************************************/
$dbconfig['db_server'] = '_DBC_SERVER_';
$dbconfig['db_port'] = '_DBC_PORT_';
$dbconfig['db_username'] = '_DBC_USER_';
Modified: vtigercrm/trunk/copyright.html
==============================================================================
--- vtigercrm/trunk/copyright.html (original)
+++ vtigercrm/trunk/copyright.html Wed May 31 06:58:00 2006
@@ -1,4 +1,15 @@
<html>
+<!--
+/*********************************************************************************
+ ** The contents of this file are subject to the vtiger CRM Public License Version 1.0
+ * ("License"); You may not use this file except in compliance with the License
+ * The Original Code is: vtiger CRM Open Source
+ * The Initial Developer of the Original Code is vtiger.
+ * Portions created by vtiger are Copyright (C) vtiger.
+ * All Rights Reserved.
+ *
+ ********************************************************************************/
+-->
<head>
<title>Copyright</title>
<style type="text/css">
Modified: vtigercrm/trunk/parent_tabdata.php
==============================================================================
--- vtigercrm/trunk/parent_tabdata.php (original)
+++ vtigercrm/trunk/parent_tabdata.php Wed May 31 06:58:00 2006
@@ -1,5 +1,13 @@
<?php
-
+/*********************************************************************************
+ ** The contents of this file are subject to the vtiger CRM Public License Version 1.0
+ * ("License"); You may not use this file except in compliance with the License
+ * The Original Code is: vtiger CRM Open Source
+ * The Initial Developer of the Original Code is vtiger.
+ * Portions created by vtiger are Copyright (C) vtiger.
+ * All Rights Reserved.
+ *
+ ********************************************************************************/
//This file contains the commonly used variables
@@ -10,4 +18,4 @@
-?>
+?>
Modified: vtigercrm/trunk/tabdata.php
==============================================================================
--- vtigercrm/trunk/tabdata.php (original)
+++ vtigercrm/trunk/tabdata.php Wed May 31 06:58:00 2006
@@ -1,9 +1,17 @@
<?php
-
+/*********************************************************************************
+ ** The contents of this file are subject to the vtiger CRM Public License Version 1.0
+ * ("License"); You may not use this file except in compliance with the License
+ * The Original Code is: vtiger CRM Open Source
+ * The Initial Developer of the Original Code is vtiger.
+ * Portions created by vtiger are Copyright (C) vtiger.
+ * All Rights Reserved.
+ *
+ ********************************************************************************/
//This file contains the commonly used variables
$tab_info_array=array('Home'=>3,'Leads'=>7,'Accounts'=>6,'Contacts'=>4,'Potentials'=>2,'Notes'=>8,'Activities'=>9,'Emails'=>10,'HelpDesk'=>13,'Products'=>14,'Dashboard'=>1,'Faq'=>15,'Events'=>16,'Calendar'=>17,'Vendors'=>18,'PriceBooks'=>19,'Quotes'=>20,'PurchaseOrder'=>21,'SalesOrder'=>22,'Invoice'=>23,'Rss'=>24,'Reports'=>25,'Campaigns'=>26,'Portal'=>27,'Webmails'=>28,);
$tab_seq_array=array('3'=>0,'7'=>0,'6'=>0,'4'=>0,'2'=>0,'8'=>0,'9'=>0,'10'=>0,'13'=>0,'14'=>0,'1'=>0,'15'=>0,'16'=>2,'17'=>0,'18'=>0,'19'=>0,'20'=>0,'21'=>0,'22'=>0,'23'=>0,'24'=>0,'25'=>0,'26'=>0,'27'=>0,'28'=>0,);
-?>
+?>
More information about the vtigercrm-commits
mailing list