[Vtigercrm-commits] [vtiger-commits] r10312 - /vtigercrm/branches/5.0.3/modules/Users/about_us.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Fri Mar 2 02:47:32 EST 2007


Author: richie
Date: Fri Mar  2 00:46:51 2007
New Revision: 10312

Log:
fixes #3042

Modified:
    vtigercrm/branches/5.0.3/modules/Users/about_us.php

Modified: vtigercrm/branches/5.0.3/modules/Users/about_us.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Users/about_us.php (original)
+++ vtigercrm/branches/5.0.3/modules/Users/about_us.php Fri Mar  2 00:46:51 2007
@@ -32,8 +32,8 @@
 "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>vtiger CRM 5 - Free, Commercial grade Open Source CRM</title>
+<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $app_strings['LBL_CHARSET'];?>">
+<title><?php echo $mod_strings['TITLE_VTIGER_CRM_5'];?></title>
 <link href="<? echo $theme_path;?>style.css" rel="stylesheet" type="text/css">
 <script language="javascript" type="text/javascript" src="include/js/popup.js"></script>
 </head>





More information about the vtigercrm-commits mailing list