mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 03:33:49 +00:00
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:
@@ -1337,8 +1337,17 @@ legend {
|
||||
<?php
|
||||
}
|
||||
|
||||
$copyright .= "© 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 .= "© 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>
|
||||
|
||||
Reference in New Issue
Block a user