[Vtigercrm-commits] [vtiger-commits] r4099 - /vtigercrm/trunk/themes/blue/header.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Thu Mar 9 02:50:17 EST 2006


Author: saraj
Date: Thu Mar  9 00:50:11 2006
New Revision: 4099

Log:
Included global variable app_list_strings

Modified:
    vtigercrm/trunk/themes/blue/header.php

Modified: vtigercrm/trunk/themes/blue/header.php
==============================================================================
--- vtigercrm/trunk/themes/blue/header.php (original)
+++ vtigercrm/trunk/themes/blue/header.php Thu Mar  9 00:50:11 2006
@@ -47,7 +47,7 @@
 
 
 global $currentModule;
-
+global $app_list_strings;
 global $moduleList;
 global $theme;
 $theme_path="themes/".$theme."/";
@@ -87,4 +87,4 @@
 
 global $module_menu;
 $smarty->display("Header.tpl");
-?>
+?><script language="JavaScript" type="text/javascript" src="include/js/ajax.js"></script>





More information about the vtigercrm-commits mailing list