[Vtigercrm-commits] [vtiger-commits] r6591 - /vtigercrm/trunk/index.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Sun May 28 03:49:52 EDT 2006
Author: mmbrich
Date: Sun May 28 01:49:51 2006
New Revision: 6591
Log:
body.php already displays the copyright statement from the pages it\'s loaded from and gets in the way for reading mails
Modified:
vtigercrm/trunk/index.php
Modified: vtigercrm/trunk/index.php
==============================================================================
--- vtigercrm/trunk/index.php (original)
+++ vtigercrm/trunk/index.php Sun May 28 01:49:51 2006
@@ -550,16 +550,16 @@
</script>
";
- echo $copyrightstatement;
- if($action != "about_us" && $action != "vtchat" && $action != "ChangePassword")
- {
+ if($action != "about_us" && $action != "vtchat" && $action != "ChangePassword" && $action != "body")
+ {
+ echo $copyrightstatement;
echo "<script language = 'JavaScript' type='text/javascript' src = 'include/js/popup.js'></script>";
echo "<table width=20% border=0 cellspacing=1 cellpadding=0 class=\"bggray\" align=center><tr><td align=center>\n";
echo "<table width=100% border=0 cellspacing=1 cellpadding=0 class=\"bgwhite\" align=center><tr><td align=center class=\"copy\">\n";
echo "© Click <a href ='javascript:mypopup()'>here</a> for Copyright details.<br>";
echo "</td></tr></table></td></tr></table>\n";
-
+
// echo "<table align='center'><tr><td align='center'>";
// Under the Sugar Public License referenced above, you are required to leave in all copyright statements
// in both the code and end-user application.
More information about the vtigercrm-commits
mailing list