[Vtigercrm-commits] [vtiger-commits] r9388 - /vtigercrm/trunk/install/4createConfigFile.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Sat Sep 9 09:02:19 EDT 2006
Author: jerrydgeorge
Date: Sat Sep 9 07:02:11 2006
New Revision: 9388
Log:
Default theme set as bluelagoon --Jeri
Modified:
vtigercrm/trunk/install/4createConfigFile.php
Modified: vtigercrm/trunk/install/4createConfigFile.php
==============================================================================
--- vtigercrm/trunk/install/4createConfigFile.php (original)
+++ vtigercrm/trunk/install/4createConfigFile.php Sat Sep 9 07:02:11 2006
@@ -375,7 +375,7 @@
$config .= "\$default_action = 'index';\n\n";
$config .= "//set default theme\n";
- $config .= "\$default_theme = 'blue';\n\n";
+ $config .= "\$default_theme = 'bluelagoon';\n\n";
$config .= "// If true, the time to compose each page is placed in the browser.\n";
$config .= "\$calculate_response_time = true;\n";
More information about the vtigercrm-commits
mailing list