[Vtigercrm-commits] [vtiger-commits] r9758 - in /customerportal/trunk: footer.html images/loginVtigerCRM.gif index.php login.php version.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Oct 31 02:54:40 EST 2006


Author: richie
Date: Tue Oct 31 00:54:31 2006
New Revision: 9758

Log:
* Added version information

Added:
    customerportal/trunk/version.php
Modified:
    customerportal/trunk/footer.html
    customerportal/trunk/images/loginVtigerCRM.gif
    customerportal/trunk/index.php
    customerportal/trunk/login.php

Modified: customerportal/trunk/footer.html
==============================================================================
--- customerportal/trunk/footer.html (original)
+++ customerportal/trunk/footer.html Tue Oct 31 00:54:31 2006
@@ -20,8 +20,13 @@
 			                  </tr>
 				</table>
 			</td>
-		      </tr>
-		   </table>
+		   </tr>
+		   <tr>
+			   <td width="98%" align="right"><?php echo "<b>customerportal ".$version."</b>"; ?></td>
+			   <td width="2%">&nbsp;</td>
+		   </tr>
+
+		</table>
 		</td>
 		<td>&nbsp;</td>
 	   </tr>

Modified: customerportal/trunk/images/loginVtigerCRM.gif
==============================================================================
Binary files - no diff available.

Modified: customerportal/trunk/index.php
==============================================================================
--- customerportal/trunk/index.php (original)
+++ customerportal/trunk/index.php Tue Oct 31 00:54:31 2006
@@ -13,6 +13,7 @@
 session_start();
 
 include("include.php");
+include("version.php");
 
 if($_REQUEST['param'] == 'forgot_password')
 {
@@ -35,7 +36,7 @@
 	session_unregister('last_login');
 	session_unregister('support_start_date');
 	session_unregister('support_end_date');
-	session_destroy();
+	//session_destroy();
 	//include("index.php");
 	include("login.php");
 }

Modified: customerportal/trunk/login.php
==============================================================================
--- customerportal/trunk/login.php (original)
+++ customerportal/trunk/login.php Tue Oct 31 00:54:31 2006
@@ -10,6 +10,7 @@
  ********************************************************************************/
 
 require_once("language/en_us.lang.php");
+include("version.php");
 
 @session_start();
 if(isset($_SESSION['customer_id']) && isset($_SESSION['customer_name']))
@@ -74,7 +75,7 @@
 								?>
 							   </tr>
 							   <tr>
-								<td colspan="2" class="detailedViewHeader"><b>Customer Portal</b></td>
+						   <td colspan="2" class="detailedViewHeader"><b>Customer Portal &nbsp;<?php echo $version; ?></b></td>
 							   </tr>
 							   <tr>
 								<td class="dvtCellLabel"  align="right" width="50%">Email ID : </td>





More information about the vtigercrm-commits mailing list