Change the copyright footer as previous one would show up over the content in the CDR details, and dialplan details.;

This commit is contained in:
Mark Crane
2014-07-27 13:14:04 +00:00
parent c08c961c5b
commit 1cafcad180

View File

@@ -1337,8 +1337,17 @@ legend {
<?php
}
$copyright .= "&copy; Copyright 2008 - ".date("Y")." <a href='http://www.fusionpbx.com' class='copyright' target='_blank'>fusionpbx.com</a>. All rights reserved.\n";
echo "<div id='copyright' style='position: absolute; z-index; 10000;'><span class='copyright'>".$copyright."</span></div>";
//if (substr($_SERVER['PHP_SELF'], -9) != "login.php") {
//$copyright .= "&copy; Copyright 2008 - ".date("Y")." <a href='http://www.fusionpbx.com' class='copyright' target='_blank'>fusionpbx.com</a>. All rights reserved.\n";
//echo "<div id='copyright' style='position: absolute; z-index; 10000;'><span class='copyright'>".$copyright."</span></div>";
//}
//else {
echo "<!--\n";
echo " http://www.fusionpbx.com \n";
echo " Copyright 2008 - ".date("Y")." \n";
echo " All rights reserved.\n";
echo "-->\n";
//}
?>
</body>